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 84365bdbd9 [be](pagecache) enable storage page cache by default
new 00925def65 [opt](hudi) reduce the memory usage of avro reader (#23745)
new 3f239bd8d6 [fe](default parameters) change
remote_fragment_exec_timeout_ms from 5s to 30s (#23909)
new 4a1cdfec1b [fix](statistics)Set default database while forwarding stmt
to master. #23938
new 86d5fa4c02 [fix](segcompaction) disable segcompaction when calculating
delete bitmap (#23927)
new 129869fd5b [enhancement](merge-on-write) print the detailed error
message on calculating delete bitmap failed (#23919)
new aec036ea22 [FIX](array)fix array batch append data with right
next_array_item_rowid (#23779)
new ab228fd71b [fix](Nereids) fix or to in rule (#23940)
new b767749e50 [fix](planner)fix 'char' function's toSql implementation is
wrong (#23860)
The 8 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/olap/calc_delete_bitmap_executor.cpp | 3 +-
be/src/olap/rowset/segment_v2/column_writer.cpp | 10 +-
be/src/olap/rowset/segment_v2/column_writer.h | 7 +-
be/src/vec/olap/olap_data_convertor.cpp | 6 +-
docs/en/docs/admin-manual/config/fe-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/fe-config.md | 2 +-
.../java/org/apache/doris/hudi/HudiJniScanner.java | 141 ++++++++++++++++-----
.../org/apache/doris/hudi/BaseSplitReader.scala | 34 +++--
.../main/java/org/apache/doris/common/Config.java | 2 +-
.../apache/doris/analysis/FunctionCallExpr.java | 20 +++
.../nereids/rules/expression/rules/OrToIn.java | 55 +++-----
.../java/org/apache/doris/qe/ConnectProcessor.java | 3 +
.../java/org/apache/doris/qe/MasterOpExecutor.java | 1 +
.../doris/nereids/rules/rewrite/OrToInTest.java | 27 +++-
gensrc/thrift/FrontendService.thrift | 1 +
.../es/test_external_catalog_es.out | 21 +--
regression-test/data/view_p0/view_p0.out | 3 +
.../es/test_external_catalog_es.groovy | 11 +-
regression-test/suites/view_p0/view_p0.groovy | 9 +-
19 files changed, 230 insertions(+), 128 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]