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 a7b2f8330b [fix](nereids) disable rf for schema scan (#22620) new 6d43183714 Revert "Revert "[feature](profile) add DORIS_BUILD_SHORT_HASH in profile #22588"" new a5d87dd9be [fix](case) add sync after stream load (#22232) new 19dec4f580 [FIX](array)fix if function for array() #22553 new 16255d2839 [Fix](multi catalog)Fix hive partition contains special character bug (#22541) new a40ffd2dcb [fix](debug) add bvar counter for memtracker #22581 new f827714e49 [Opt](orc-reader) opt the performance of date convertion. (#22381) new 96a80c2a43 [BugFix](Es Catalog) fix bug that es catalog will return error when query partial columns (#22423) new b900e5cf4e [fix](compaction) rowid_conversion should ignore deleted row (#22579) new 33fce1a277 [chore](topn-opt) temporary disable two phase read for `TableQueryPlanActionQ` (#22543) new d9cb59f849 [fix](multi catalog)Filter .hive-staging dir under hive file path. #22574 new 81291b9015 [fix](compatibility) Version 1.2 upgraded to 2.0 compatible with miniload metadata (#22590) new bce4703729 [fix](show-table-status) fix hive view NPE and external meta cache refresh issue (#22377) new 5dd549a2e9 [fix](inverted index) return empty result instead of error for empty match query (#22592) The 13 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/exec/es/es_scroll_parser.cpp | 12 +- be/src/olap/rowid_conversion.h | 3 + .../rowset/segment_v2/inverted_index_reader.cpp | 10 +- be/src/runtime/memory/mem_tracker.cpp | 5 + be/src/runtime/memory/mem_tracker_limiter.cpp | 5 + be/src/vec/exec/format/orc/vorc_reader.cpp | 3 + be/src/vec/exec/format/orc/vorc_reader.h | 10 +- be/src/vec/functions/match.cpp | 9 +- be/src/vec/olap/vertical_block_reader.cpp | 4 + .../main/java/org/apache/doris/common/Config.java | 2 +- .../apache/doris/analysis/FunctionCallExpr.java | 3 + .../java/org/apache/doris/common/util/S3Util.java | 16 +- .../doris/datasource/hive/HiveMetaStoreCache.java | 81 ++++++-- .../doris/httpv2/rest/TableQueryPlanAction.java | 6 + .../apache/doris/load/loadv2/BrokerLoadJob.java | 6 +- .../java/org/apache/doris/load/loadv2/LoadJob.java | 2 + .../org/apache/doris/load/loadv2/LoadManager.java | 26 +-- .../org/apache/doris/load/loadv2/MiniLoadJob.java | 100 ++++++++++ .../doris/planner/external/HiveScanNode.java | 4 +- .../java/org/apache/doris/qe/SessionVariable.java | 4 + .../java/org/apache/doris/qe/ShowExecutor.java | 6 +- .../java/org/apache/doris/qe/StmtExecutor.java | 7 +- .../doris/statistics/util/StatisticsUtil.java | 13 +- .../inverted_index_p0/test_index_match_select.out | 212 +++++++++++++++++++++ .../conditional_functions/test_if.out} | 27 +-- .../test_index_match_select.groovy | 59 +++--- .../load_p0/mysql_load/test_mysql_load.groovy | 3 +- .../multi_partition/test_range_partition.groovy | 1 + .../conditional_functions/test_if.groovy | 6 +- 29 files changed, 532 insertions(+), 113 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/load/loadv2/MiniLoadJob.java copy regression-test/data/{nereids_p0/with/test_with.out => query_p0/sql_functions/conditional_functions/test_if.out} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org