This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-56921-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from ce0da8a8b66 branch-4.0: [fix](string) fix string len check of nested
types #56963 (#57016)
add e8966cee4a1 [Enhancement](auto partition) Auto partition could use
auto bucket (#56921)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/analysis/PartitionExprUtil.java | 28 ++-
.../doris/clone/DynamicPartitionScheduler.java | 42 +---
.../doris/common/util/AutoBucketCalculator.java | 205 +++++++++++++++++++
.../apache/doris/common/util/AutoBucketUtils.java | 10 +-
.../trees/plans/commands/info/CreateTableInfo.java | 8 +
.../doris/analysis/PartitionExprUtilTest.java | 223 +++++++++++++++++++++
.../common/util/AutoBucketCalculatorTest.java | 106 ++++++++++
.../test_iot_auto_detect_fail.groovy | 4 +-
.../expression/test_simplify_range.groovy | 2 +-
.../auto_partition/test_auto_list_partition.groovy | 2 +-
.../test_auto_partition_behavior.groovy | 14 ++
...uto_partition_with_single_replica_insert.groovy | 4 +-
.../query_p0/show/test_show_partitions.groovy | 2 +-
13 files changed, 606 insertions(+), 44 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/common/util/AutoBucketCalculator.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/analysis/PartitionExprUtilTest.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/common/util/AutoBucketCalculatorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]