This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 42ce8361ec [Feature] compaction quickly for small data import (#9804) new 2d3a3b1a69 [feature] Support hive on s3 (#10128) new a9e7a1e2a5 [fix](optimizer) Fix the default join reorder algorithm (#10174) new 3343384172 [fix](vectorized) intersect operator takes too long time to execute (#10183) new f9f67880b5 [Bug][Vectorized] Fix DCHECK failed in VExchangeNode close twice (#10184) The 4 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: be/src/vec/common/hash_table/hash_table.h | 7 +++- be/src/vec/exec/vexchange_node.cpp | 5 ++- be/src/vec/exec/vset_operation_node.h | 20 ++++++++-- be/src/vec/exec/vunion_node.cpp | 1 + .../java/org/apache/doris/analysis/SelectStmt.java | 32 ++++++++-------- .../doris/catalog/HiveMetaStoreClientHelper.java | 43 +++++++++++++++++++--- .../java/org/apache/doris/catalog/HiveTable.java | 19 ++++++---- .../org/apache/doris/planner/HiveScanNode.java | 21 +++++++++-- .../org/apache/doris/planner/QueryPlanTest.java | 1 - 9 files changed, 111 insertions(+), 38 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org