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 010f87d0429 [fix](statistics)Fix analyze twice after drop stats bug.
(#36046)
add 73989d576f3 [bugfix](iceberg)Fix the datafile path error issue (#35957)
No new revisions were added by this update.
Summary of changes:
be/src/vec/exec/format/table/iceberg_reader.cpp | 15 +++--------
be/src/vec/exec/format/table/iceberg_reader.h | 3 ++-
.../docker-compose/iceberg/iceberg.yaml.tpl | 6 +++++
.../docker-compose/iceberg/spark-init.sql | 26 +++++++++++++++++++
.../datasource/iceberg/source/IcebergScanNode.java | 4 ++-
.../datasource/iceberg/source/IcebergSplit.java | 5 +++-
gensrc/thrift/PlanNodes.thrift | 1 +
.../iceberg/test_iceberg_read_with_posdelete.out} | 5 +++-
...ovy => test_iceberg_read_with_posdelete.groovy} | 29 ++++------------------
9 files changed, 54 insertions(+), 40 deletions(-)
create mode 100644 docker/thirdparties/docker-compose/iceberg/spark-init.sql
copy regression-test/data/{correctness_p0/test_bitmap_serialize.out =>
external_table_p0/iceberg/test_iceberg_read_with_posdelete.out} (76%)
copy
regression-test/suites/external_table_p0/iceberg/{test_iceberg_table_stats.groovy
=> test_iceberg_read_with_posdelete.groovy} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]