This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch dev_join
in repository https://gitbox.apache.org/repos/asf/doris.git
omit 922134f3ce0 update
omit 9eecb95dd05 fix some bug of tpch (#25931)
omit bf503464d25 update
omit 0b2e1748ec2 update
omit 90b226c08e1 fix tpch some bug of right semi/anti join (#25896)
omit 7a1d112f3ba support right anti/semi/outer join (#25785)
omit 63854df8f5f update dev_join to pre calculate bucket num (#25663)
omit b9bba03a1c2 support batch size (#25629)
omit 19d8a96398d update rf
omit eab42792699 merge block to single block on join/set node
add f737ba815d4 [fix](nereids) push down subquery exprs in non-distinct
agg functions (#25955)
add b32557e195c [fix](stats) Fix potential NPE when doing auto analyze
(#25908)
add fa06c7517ae [feature](meta) Add thrift rpc to get db/table/backend
meta (#25943)
add d0eaf95977f [cases](regression-test) Add alter table properties and
alter/rename view test (#25971)
add 7a69bdd1cdf [regression](fe) Add more regression test for FE (#25976)
add 0eb86919cce [fix](block-convertor) clear filter bitmap per batch to
get the correct filtered rows (#25989)
add bac523956fe [Update](clucene) update clucene version to latest (#25981)
add 3773ff1c82a merge block to single block on join/set node
add ec9cb9bd434 update rf
add 4b20cc0b338 support batch size (#25629)
add b9ae2c81c2e update dev_join to pre calculate bucket num (#25663)
add abf3a9c8105 support right anti/semi/outer join (#25785)
add 1c6bec1dc56 fix tpch some bug of right semi/anti join (#25896)
add dd57ea0fd5c update
add 61d878657f7 update
add aa04ec63306 fix some bug of tpch (#25931)
add b0bbea05d6c update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (922134f3ce0)
\
N -- N -- N refs/heads/dev_join (b0bbea05d6c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/clucene | 2 +-
be/src/vec/sink/vtablet_block_convertor.cpp | 1 +
.../main/java/org/apache/doris/catalog/Env.java | 92 +++++++++++
.../nereids/rules/analysis/NormalizeAggregate.java | 26 +--
.../apache/doris/service/FrontendServiceImpl.java | 174 +++++++++++++++++++++
.../doris/statistics/StatisticsAutoCollector.java | 4 +
gensrc/thrift/FrontendService.thrift | 111 +++++++++++++
gensrc/thrift/Types.thrift | 3 +
regression-test/data/database_p0/test_alter_db.out | 7 +
regression-test/data/ddl_p0/test_alter_view.out | 11 ++
.../subquery/test_subquery_in_project.out | 6 +
.../test_alter_table_property_bucket.out | 19 +++
.../schema_change_p0/test_rename_partition.out | 9 ++
.../data/schema_change_p0/test_rename_rollup.out | Bin 0 -> 1364 bytes
.../data/schema_change_p0/test_rename_table.out | 7 +
.../alter_p2/test_alter_table_property.groovy | 69 ++++++++
.../suites/database_p0/test_alter_db.groovy | 84 ++++++++++
.../suites/ddl_p0/test_alter_view.groovy | 63 ++++++++
.../subquery/test_subquery_in_project.groovy | 8 +
.../test_alter_table_property_bucket.groovy | 77 +++++++++
.../schema_change_p0/test_rename_partition.groovy | 58 +++++++
.../schema_change_p0/test_rename_rollup.groovy | 88 +++++++++++
.../schema_change_p0/test_rename_table.groovy | 54 +++++++
23 files changed, 963 insertions(+), 10 deletions(-)
create mode 100644 regression-test/data/database_p0/test_alter_db.out
create mode 100644 regression-test/data/ddl_p0/test_alter_view.out
create mode 100644
regression-test/data/schema_change/test_alter_table_property_bucket.out
create mode 100644
regression-test/data/schema_change_p0/test_rename_partition.out
create mode 100644 regression-test/data/schema_change_p0/test_rename_rollup.out
create mode 100644 regression-test/data/schema_change_p0/test_rename_table.out
create mode 100644
regression-test/suites/alter_p2/test_alter_table_property.groovy
create mode 100644 regression-test/suites/database_p0/test_alter_db.groovy
create mode 100644 regression-test/suites/ddl_p0/test_alter_view.groovy
create mode 100644
regression-test/suites/schema_change/test_alter_table_property_bucket.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_rename_partition.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_rename_rollup.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_rename_table.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]