This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch tmp-2.1-oom-fix in repository https://gitbox.apache.org/repos/asf/doris.git
from dd86f9db6cc branch-2.1: [opt](Nereids) support bind asterisk in aggregate (#48006) add c099ccdbd02 branch-2.1: [improve](load) print error string in local fs error messages #47918 (#48010) add c7ad5b69048 branch-2.1: [Bug](set) fix find null get wrong result on set operators #48001 (#48020) add 9d5ec37309a branch-2.1: [fix](group commit) replay wal failed when enable global enable_memtable_on_sink_node #47968 (#48026) add 7f3681b3d7b branch-2.1: [BugFix](Variant) limit cast elimination to one level cast #47778 (#47955) add a7f9188f791 branch-2.1: [improvement](info) Add F/L commitSeq and commitTs for get_lag #46769 (#47139) add bc6af178b3e branch-2.1: [fix](parquet)Fix data column and null map column not equal when reading Parquet complex type cross-page data #47734 (#48039) No new revisions were added by this update. Summary of changes: be/src/http/action/http_stream.cpp | 3 + be/src/io/fs/err_utils.cpp | 28 ++++----- be/src/io/fs/err_utils.h | 1 + be/src/pipeline/exec/scan_operator.cpp | 6 +- be/src/vec/common/columns_hashing.h | 8 ++- .../exec/format/parquet/vparquet_column_reader.cpp | 23 +++++++- .../exec/format/parquet/vparquet_column_reader.h | 21 ++++--- .../org/apache/doris/binlog/BinlogLagInfo.java | 63 +++++++++++++++++++++ .../org/apache/doris/binlog/BinlogManager.java | 3 +- .../java/org/apache/doris/binlog/BinlogUtils.java | 24 ++++++-- .../java/org/apache/doris/binlog/DBBinlog.java | 3 +- .../java/org/apache/doris/binlog/TableBinlog.java | 3 +- .../apache/doris/service/FrontendServiceImpl.java | 19 +++++-- gensrc/thrift/FrontendService.thrift | 4 ++ .../tvf/{test_tvf_p2.out => test_tvf_p0.out} | Bin 5562 -> 5674 bytes .../hive/test_parquet_complex_cross_page.out} | Bin 131 -> 137 bytes .../data/query_p0/operator/test_set_operator.out | Bin 210 -> 223 bytes regression-test/data/variant_p0/rqg/rqg4.out | Bin 184 -> 199 bytes .../tvf/{test_tvf_p2.groovy => test_tvf_p0.groovy} | 24 +++++++- .../hive/test_parquet_complex_cross_page.groovy | 52 +++++++++++++++++ .../test_group_commit_replay_wal.groovy | 5 ++ .../query_p0/operator/test_set_operator.groovy | 27 +++++++++ regression-test/suites/variant_p0/rqg/rqg4.sql | 3 +- 23 files changed, 276 insertions(+), 44 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/binlog/BinlogLagInfo.java rename regression-test/data/external_table_p0/tvf/{test_tvf_p2.out => test_tvf_p0.out} (98%) copy regression-test/data/{load_p0/stream_load/test_group_commit_and_wal_back_pressure.out => external_table_p2/hive/test_parquet_complex_cross_page.out} (92%) rename regression-test/suites/external_table_p0/tvf/{test_tvf_p2.groovy => test_tvf_p0.groovy} (78%) create mode 100644 regression-test/suites/external_table_p2/hive/test_parquet_complex_cross_page.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org