This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.8 in repository https://gitbox.apache.org/repos/asf/doris.git
*** WARNING: tag 2.0.8 was modified! *** from 39afff2026b (commit) to d083188cdd8 (commit) from 39afff2026b [release](version) change branch-2.0 version to 2.0.8 (#33219) add c25f3524ae0 [fix](iceberg) fix iceberg predicate conversion bug #33283 (#33290) add df3404fe856 [fix](test) fix the float output of regression test (#33292) add d083188cdd8 [branch-2.0](test) fix some unstable test (#33304) No new revisions were added by this update. Summary of changes: .../doris/external/iceberg/util/IcebergUtils.java | 74 ++- .../planner/external/iceberg/IcebergScanNode.java | 19 +- .../iceberg/util/IcebergPredicateTest.java | 256 +++++++++ .../external/iceberg/util/TestIcebergPredict.java | 135 ----- .../hive/test_hive_basic_type.out | 9 +- .../iceberg/test_iceberg_predicate_conversion.out | 611 +++++++++++++++++++++ .../test_iceberg_predicate_conversion.groovy | 79 +++ 7 files changed, 1033 insertions(+), 150 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/external/iceberg/util/IcebergPredicateTest.java delete mode 100644 fe/fe-core/src/test/java/org/apache/doris/external/iceberg/util/TestIcebergPredict.java create mode 100644 regression-test/data/external_table_p2/iceberg/test_iceberg_predicate_conversion.out create mode 100644 regression-test/suites/external_table_p2/iceberg/test_iceberg_predicate_conversion.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org