-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Bug](function) Fix function for cast string as date/datetime #37882
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
Closed
Conversation
This file contains hidden or 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
…36456) (apache#36948) Deencapsulation.getField sometime doesn't work as expected, which may cause FE unit test timeout. Add get function in source code to make it easier. backport: apache#36456
…#36817) (apache#36982) There is a bug of direct select mv with specified partitions. Planner will fail to find the mv column name. Because we need to create the LogicalOlapScan object using the given mv instead of the base table. ``` mysql> SELECT mv_id from part8 index mv1 partition p1; ERROR 1105 (HY000): errCode = 2, detailMessage = Unknown column 'mv_id' in 'table list' in PROJECT clause ``` This pr is to fix this. backport: apache#36817
…apache#36914) (apache#36992) For historical reason, statistics tables use -1 for OlapTable base index id. This brings many if/else branch for stats calculate. This pr is to screen the -1 for Nereids. The stats user could use the real base index id to fetch stats cache. Will do the id translation inside the get cache api. backport: apache#36914
…h Iceberg api by default. (apache#36931) (apache#36999) backport apache#36931
… candidate speed apache#36509 (apache#36976) cherry pick from apache#36509
…che#36961) ## Proposed changes pick apache#36960 Issue Number: close #xxx <!--Describe your changes.-->
…apache#36994) ## Proposed changes 1. disable sync filter when pipeline engine is off 2. reduce some warning log
apache#36912) bp apache#35889 --------- Co-authored-by: daidai <2017501503@qq.com>
…ctionCleanupThread (apache#36970) pick (apache#36655)
…h auto inc column apache#36421" (apache#37027) ## Proposed changes pick apache#36421
…ment column on exchange node rather than on TabletWriter when using TABLET_SINK_SHUFFLE_PARTITIONED apache#36836" (apache#37029) ## Proposed changes pick apache#36836
…connections in the connection pool to 30 by default (apache#37023) pick (apache#36720) In many cases, we found that users would use JDBC Catalog to perform a large number of queries, which resulted in the maximum of 10 connections being insufficient, so I adjusted it to 30, which covered most needs.
…red_statement by default apache#36581 (apache#36818) picked from apache#36581
…stances (apache#35559) (apache#37047) pick from master apache#35559 This PR introduces a change in the method removeOneSumLiteral to enhance the performance of sum literal rewriting in SQL queries. The modification ensures that sum literals appearing only once, such as in expressions like select count(id1 + 1), count(id2 + 1) from t, are not rewritten.
…he#36865) (apache#36968) cherry-pick apache#36865 to branch-2.1
…et long format string (apache#35883) (apache#36158) pick apache#35883
…n when do delete command in MoW table (apache#35917)" (apache#37594) Pick apache#35917 and apache#37151
…pache#37313) pick from master apache#37091 Co-authored-by: stephen <hello-stephen@qq.com>
…apache#37818) move cases from p2 to p0 bp: apache#37276
…ache#34432) (apache#37827) cherry-pick from master apache#34432 Co-authored-by: HappenLee <happenlee@hotmail.com>
…uild not finished (apache#37844) cherry-pick from master apache#37792 ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
… zero (apache#36719) ## Proposed changes Issue Number: close #xxx cherry-pick apache#35511 <!--Describe your changes.-->
… without repeated deserialization. (apache#37377) (apache#37530) bp apache#37377
apache#37798) ## Proposed changes apache#37349 error code ```C++ return creator_without_type::create<AggregateFunctionForEach>(transform_arguments, true, nested_function); ``` "transform_arguments is an internal type of array. All internal types of the array are null, so an array that is not null was mistakenly treated as a null array." ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
…ache#37572) (cherry picked from commit e4aaa32) ## Proposed changes Issue Number: apache#36106
apache#37034) ## Proposed changes pick apache#36306
…nused code (apache#37623) ## Proposed changes pick from apache#35789
## Proposed changes pick from master apache#37232 pick from master apache#37564
…#35637) ## Proposed changes Issue Number: close apache#35635 <!--Describe your changes.--> Cast rules:Consistent with mysql. String:Date The first part is 1-digit x: 000x-month-day The first part is 2-digit xy: 20xy-month-day / 19xy-month-day The first part is 3-digit xyz: 20xy-0z-day / 19xy-0z-day The first part is 4-digit xyzw: xyzw-month-day
|
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.
Proposed changes
Issue Number: close #35635
cherry-pick #35637 from master to branch-2.1