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 74238ae568c [opt](inverted index) add performance profiling for remote io access in inverted index (#43542) add d593ffa23e6 [fix](iceberg)Fix count(*) error with dangling delete problem (#44039) No new revisions were added by this update. Summary of changes: .../docker-compose/iceberg/entrypoint.sh.tpl | 12 ++++++++++-- .../{ => iceberg}/run01.sql | 0 .../{ => iceberg}/run02.sql | 0 .../{ => iceberg}/run03.sql | 0 .../{ => iceberg}/run04.sql | 0 .../{ => iceberg}/run05.sql | 0 .../create_preinstalled_scripts/iceberg/run06.sql | 21 +++++++++++++++++++++ .../{run06.sql => paimon/run01.sql} | 0 .../datasource/iceberg/source/IcebergScanNode.java | 10 ++++++---- .../iceberg/test_iceberg_optimize_count.out | 3 +++ .../iceberg/test_iceberg_optimize_count.groovy | 13 ++++++++++++- 11 files changed, 52 insertions(+), 7 deletions(-) rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{ => iceberg}/run01.sql (100%) rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{ => iceberg}/run02.sql (100%) rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{ => iceberg}/run03.sql (100%) rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{ => iceberg}/run04.sql (100%) rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{ => iceberg}/run05.sql (100%) create mode 100644 docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/iceberg/run06.sql rename docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/{run06.sql => paimon/run01.sql} (100%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org