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 9ebe3cdb8b [Enhancement](multi-catalog) merge hms partition events. (#22869) new 674601cb8e [Fix](spark-load) ignore column name case in spark load (#23947) new f393de48e3 [improvememt](file-cache) increase virtual node number to make file cache more even (#24143) new 44d5603d5a [improvement](jdbc) add profile for jdbc read and convert phase (#23962) new bbbebdee30 [Fix](multi-catalog) Do not throw exceptions when file not exists for external hive tables. (#23799) new 2c546e885a [feature](invert index) add tokenizer CharFilter preprocessing (#24102) new e5dac5128f Revert "[improvement](bitshuffle)Enable avx512 support in bitshuffle for performance boost (#15972)" (#24146) The 6 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/gutil/cpu.cc | 4 -- be/src/gutil/cpu.h | 3 - be/src/io/fs/file_handle_cache.cpp | 2 + be/src/io/fs/hdfs_file_reader.cpp | 26 +++++-- be/src/olap/inverted_index_parser.cpp | 36 ++++++++++ be/src/olap/inverted_index_parser.h | 8 +++ be/src/olap/push_handler.cpp | 2 +- .../olap/rowset/segment_v2/bitshuffle_wrapper.cpp | 17 +---- .../char_filter/char_filter_factory.h} | 28 +++----- .../char_filter/char_replace_char_filter.cpp | 59 ++++++++++++++++ .../char_filter/char_replace_char_filter.h} | 41 +++++------ .../rowset/segment_v2/inverted_index_writer.cpp | 13 +++- be/src/vec/exec/format/orc/vorc_reader.cpp | 8 ++- be/src/vec/exec/scan/new_jdbc_scanner.cpp | 6 ++ be/src/vec/exec/scan/new_jdbc_scanner.h | 2 + be/src/vec/exec/vjdbc_connector.h | 2 + .../java/org/apache/doris/jdbc/JdbcExecutor.java | 56 +++++++++------ .../main/java/org/apache/doris/common/Config.java | 12 ++++ .../org/apache/doris/load/loadv2/SparkLoadJob.java | 13 +++- .../doris/load/loadv2/SparkLoadPendingTask.java | 3 +- .../planner/external/FederationBackendPolicy.java | 3 +- .../char_filter/test_char_replace.out} | 34 ++++++--- .../char_filter/test_char_replace.groovy | 82 ++++++++++++++++++++++ 23 files changed, 351 insertions(+), 109 deletions(-) copy be/src/{geo/wkt_parse_type.h => olap/rowset/segment_v2/inverted_index/char_filter/char_filter_factory.h} (62%) create mode 100644 be/src/olap/rowset/segment_v2/inverted_index/char_filter/char_replace_char_filter.cpp copy be/src/{exec/schema_scanner/schema_charsets_scanner.h => olap/rowset/segment_v2/inverted_index/char_filter/char_replace_char_filter.h} (53%) copy regression-test/data/{query_p2/system/test_query_sys_tables.out => inverted_index_p0/char_filter/test_char_replace.out} (72%) create mode 100644 regression-test/suites/inverted_index_p0/char_filter/test_char_replace.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org