This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 75f8323f45e [opt](regression-test) move some cases to p2 to accelerate the testing speed of p0 (#37590) (#44389) add 702abbff0f3 [Opt](orc)Optimize the merge io when orc reader read multiple tiny stripes. (#42004) (#44239) No new revisions were added by this update. Summary of changes: be/src/apache-orc | 2 +- be/src/io/fs/buffered_reader.cpp | 102 + be/src/io/fs/buffered_reader.h | 143 ++ be/src/vec/exec/format/orc/vorc_reader.cpp | 80 +- be/src/vec/exec/format/orc/vorc_reader.h | 15 +- be/test/io/fs/buffered_reader_test.cpp | 110 + .../scripts/create_preinstalled_scripts/run67.hql | 11 + .../orc/orc_tiny_stripes/output_60_3.orc | Bin 0 -> 19688 bytes .../orc/orc_tiny_stripes/output_6_1.orc | Bin 0 -> 1902 bytes .../orc/orc_tiny_stripes/random_output_60_3.orc | Bin 0 -> 24248 bytes .../orc/orc_tiny_stripes/random_output_6_1.orc | Bin 0 -> 2293 bytes .../java/org/apache/doris/qe/SessionVariable.java | 77 + gensrc/thrift/PaloInternalService.thrift | 4 + .../hive/test_orc_tiny_stripes.out | 2311 ++++++++++++++++++++ .../hive/test_orc_tiny_stripes.groovy | 203 ++ 15 files changed, 3042 insertions(+), 16 deletions(-) create mode 100644 docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run67.hql create mode 100644 docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc/orc_tiny_stripes/output_60_3.orc create mode 100644 docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc/orc_tiny_stripes/output_6_1.orc create mode 100644 docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc/orc_tiny_stripes/random_output_60_3.orc create mode 100644 docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc/orc_tiny_stripes/random_output_6_1.orc create mode 100644 regression-test/data/external_table_p0/hive/test_orc_tiny_stripes.out create mode 100644 regression-test/suites/external_table_p0/hive/test_orc_tiny_stripes.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org