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 22d37ba3fe6 [fix](auth)Auth support case insensitive (#36381) (#36557) add ac0f6e75d26 [bugfix](iceberg)Read error when timestamp does not have time zone for 2.1 (#36435) No new revisions were added by this update. Summary of changes: .../docker-compose/iceberg/iceberg.yaml.tpl | 1 + .../docker-compose/iceberg/spark-defaults.conf | 34 ++++++++++++++++++++++ .../docker-compose/iceberg/spark-defaults.conf.tpl | 11 ------- .../docker-compose/iceberg/spark-init.sql | 5 +++- docker/thirdparties/run-thirdparties-docker.sh | 2 -- .../org/apache/doris/common/util/TimeUtils.java | 6 +++- .../doris/datasource/iceberg/IcebergUtils.java | 6 +++- .../iceberg/test_iceberg_filter.out | 13 +++++++++ .../iceberg/test_iceberg_filter.groovy | 7 +++++ 9 files changed, 69 insertions(+), 16 deletions(-) create mode 100644 docker/thirdparties/docker-compose/iceberg/spark-defaults.conf delete mode 100644 docker/thirdparties/docker-compose/iceberg/spark-defaults.conf.tpl --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org