This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 06f4aafe7c8 [fix](pipeline) The sink operator should not be set to ready when closing the source operator (#48008) add 4a040769570 [fix](parquet)Fix data column and null map column not equal when reading Parquet complex type cross-page data (#47734) No new revisions were added by this update. Summary of changes: .../exec/format/parquet/vparquet_column_reader.cpp | 23 ++++++++- .../exec/format/parquet/vparquet_column_reader.h | 21 ++++++--- .../tvf/{test_tvf_p2.out => test_tvf_p0.out} | Bin 5562 -> 5674 bytes .../hive/test_parquet_complex_cross_page.out} | Bin 127 -> 137 bytes .../tvf/{test_tvf_p2.groovy => test_tvf_p0.groovy} | 24 +++++++++- .../hive/test_parquet_complex_cross_page.groovy | 52 +++++++++++++++++++++ 6 files changed, 110 insertions(+), 10 deletions(-) rename regression-test/data/external_table_p0/tvf/{test_tvf_p2.out => test_tvf_p0.out} (98%) copy regression-test/data/{nereids_rules_p0/defer_materialize_topn/one_phase.out => external_table_p2/hive/test_parquet_complex_cross_page.out} (83%) 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