-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore](sql) Forbid show hidden columns and create table with hidden column (#38796) #38923
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…led expression (apache#37197) (apache#37935) ## Proposed changes chrry-pick 2.1 pr: apache#37197 commitId: 701c7db
## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
## Proposed changes cherry pick apache#37906 <!--Describe your changes.-->
…apache#37958) bp apache#37249 Co-authored-by: slothever <18522955+wsjz@users.noreply.github.com>
…apache#37969) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
…he#37967) bp apache#37930 ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
…chema three replica (apache#36130) (apache#37961) bp apache#36130 Co-authored-by: HB <137497191@qq.com> Co-authored-by: camby <104178625@qq.com>
…ter TTL (apache#37288) (apache#37983) pick (apache#37288) When using routine load, After the data load is completed, the lag is still a positive number: ``` Lag: {"0":16,"1":15,"2":16,"3":16,"4":16,"5":16,"6":15,"7":16,"8":16,"9":16,"10":15,"11":16,"12":15,"13":15,"14":16,"15":16,"16":17,"17":15,"18":16,"19":15,"20":16,"21":16,"22":16,"23":16,"24":15,"25":17,"26":17,"27":16,"28":16,"29":16,"30":16,"31":17,"32":14,"33":16,"34":17,"35":16,"36":15,"37":15,"38":15,"39":16,"40":16,"41":16,"42":15,"43":15,"44":17,"45":16,"46":15,"47":15,"48":16,"49":17,"50":16,"51":15,"52":16,"53":15,"54":15,"55":17,"56":16,"57":17,"58":16,"59":16,"60":15,"61":15,"62":16,"63":16,"64":17,"65":16,"66":15,"67":16,"68":17,"69":16,"70":15,"71":17} ``` and the routing load is paused when the Kafka data reaches TTL and is deleted, the error is `out of range`. The reason why this happened is EOF has it offset which needed statistics. **note(important):** After the bug is fixed, if you set ``` "property.enable.partition.eof" = "false" ``` in your routine load job, it will meet the problem. For EOF has offset, and the config is true in Doris default.
## Proposed changes pick from master apache#37796 <!--Describe your changes.-->
…7988) pick from master apache#37720 support hint use parameter without key, like: ```sql SELECT /*+ query_timeout(3000) */ * FROM t; ```
…t throw exception apache#37924 (apache#37964) cherry-pick: apache#37924
…apache#37889) (apache#38013) pick from master apache#37889 we use unscaled value of BigDecimal in tablet prune. So we need to ensure BigDecimal's precision and scale is same with the literal contains it.
…pache#38016) ## Proposed changes pick from apache#37788 Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
… columns without repeated deserialization. (apache#37377)" (apache#38007) Reverts apache#37530 Need more test, revert it temporarily
…_stats time consumption. (apache#37895) (apache#38014) backport: apache#37895
apache#38028) ## Proposed changes apache#37949 <!--Describe your changes.-->
…e dropped (apache#37809) (apache#38024) ## Proposed changes pick from apache#37809 Issue Number: close #xxx <!--Describe your changes.-->
… value (apache#37996) pick from master apache#37932 ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
…aused by empty data apache#37947 (apache#38002)
default value `enable_fallback_to_original_planner` is true, resource priv check only support in nereids,so need set enable_fallback_to_original_planner=false;
…38040) ## Proposed changes apache#37542
…led txn does not block the other txns (apache#37724) (apache#38042) Pick apache#37724
… that is not DELETE_INVALID_XXX apache#37834" (apache#38032) ## Proposed changes picks apache#37834 and apache#38043
…e#34584) (apache#38046) ## Proposed changes pick apache#34584 <!--Describe your changes.-->
…che#38853) cherry-pick apache#34258 to branch-2.1
apache#38860) cherry-pick apache#37238 to branch-2.1
…ows during compaction (apache#37960)(apache#38251)(apache#38356) (apache#38835) pick master apache#37960 apache#38251 apache#38356
…#38871) ## Proposed changes pick from master apache#38080 <!--Describe your changes.-->
…e#38025) (apache#38849) cherry-pick apache#38025 to branch-2.1
## Proposed changes Now we use `query_timeout` to set a timeout value for queries. But for pipelineX engine, Doris do not use it so each query will not end before EOS. This PR fix it. pick apache#35328 <!--Describe your changes.-->
…load data succ apache#38528 (apache#38884) cherry pick from apache#38528
…eberg writer. (apache#38902) ## Proposed changes [Fix] (multi-catalog) Fix not throw error when call close() in hive/iceberg writer. When the file writer closes(), it will sync buffer to commit. Therefore, sometimes data is written only when close() is called, which can expose some errors. For example, hdfs_file_writer. Therefore, this error needs to be captured in the entire close process.
… (apache#38898) cherry-pick apache#38743 to branch-2.1
## Proposed changes apache#37428 apache#37429 <!--Describe your changes.-->
…column (apache#38796) Forbid show hidden columns and create table with hidden column (cherry picked from commit 9eae4ba)
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cherry pick from #38796