This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2994e2fc90 [chore](Nereids): optimize to handle enforcer in
MergeGroup() (#22709) (#23183)
new 9a0561e67b [fix](show-table-status) fix priv error on show table
status stmt (#22918)
new 9c1dcd9a34 [fix](catalog) fix hive partition prune bug on nereids
(#23026)
new 0112c6febd [fix](multi-catalog)fix compability issue for s3 endpoint
(#23175)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 4 +-
.../apache/doris/analysis/ShowTableStatusStmt.java | 17 +--
.../apache/doris/catalog/ListPartitionItem.java | 11 ++
.../org/apache/doris/catalog/PartitionKey.java | 16 +++
.../doris/catalog/external/HMSExternalTable.java | 10 ++
.../datasource/property/PropertyConverter.java | 40 ++++--
.../property/constants/OssProperties.java | 1 +
.../glue/translator/PhysicalPlanTranslator.java | 11 +-
...tor.java => HiveDefaultPartitionEvaluator.java} | 38 +++--
.../rules/expression/rules/PartitionPruner.java | 46 ++++--
.../LogicalFileScanToPhysicalFileScan.java | 3 +-
.../rules/rewrite/PruneFileScanPartition.java | 70 ++++++++-
.../rules/rewrite/PruneOlapScanPartition.java | 4 +-
.../trees/plans/logical/LogicalFileScan.java | 68 +++++++--
.../trees/plans/physical/PhysicalFileScan.java | 33 +++--
.../trees/plans/visitor/DefaultPlanRewriter.java | 8 +-
.../doris/planner/external/FileScanNode.java | 1 +
.../doris/planner/external/HiveScanNode.java | 85 ++++++-----
.../java/org/apache/doris/qe/ShowExecutor.java | 3 +-
.../apache/doris/datasource/ColumnPrivTest.java | 41 +++++-
.../hive/test_hive_default_partition.out | 40 ++++++
.../hive/test_hive_default_partition.groovy | 160 +++++++++++++++++++++
.../hive/test_select_count_optimize.groovy | 4 +-
23 files changed, 592 insertions(+), 122 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/{UnknownPartitionEvaluator.java
=> HiveDefaultPartitionEvaluator.java} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]