This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-66021-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1ac74c85745 [fix](regression) Mirror HTTP TVF fixtures in regression
OSS (#66013)
add 58a6c27e947 [test](regression) Expand Iceberg write evolution coverage
(#66021)
No new revisions were added by this update.
Summary of changes:
.../test_iceberg_write_branch_dml_boundary.out | 12 +
.../write/test_iceberg_write_complex_evolution.out | 30 +++
...t_iceberg_write_concurrent_merge_invariants.out | 4 +
.../test_iceberg_write_ctas_format_boundary.out | 16 ++
.../test_iceberg_write_dml_modes_evolution.out | 32 +++
.../write/test_iceberg_write_evolution_refs.out | 75 ++++++
...eberg_write_merge_duplicate_source_negative.out | 3 +
.../write/test_iceberg_write_merge_semantics.out | 13 +
.../test_iceberg_write_merge_truncate_negative.out | 9 +
.../test_iceberg_write_nullability_atomicity.out | 7 +
...st_iceberg_write_nullable_truncate_negative.out | 13 +
...iceberg_write_order_distribution_properties.out | 14 +
.../test_iceberg_write_overwrite_atomicity.out | 23 ++
.../test_iceberg_write_overwrite_delete_files.out | 40 +++
.../test_iceberg_write_overwrite_evolution.out | 45 ++++
.../test_iceberg_write_partition_types_null.out | 64 +++++
.../write/test_iceberg_write_source_models.out | 26 ++
...est_iceberg_write_string_transform_metadata.out | 40 +++
.../iceberg/write/ICEBERG_WRITE_P0_COVERAGE.md | 120 +++++++++
.../test_iceberg_write_branch_dml_boundary.groovy | 169 ++++++++++++
.../test_iceberg_write_complex_evolution.groovy | 178 +++++++++++++
...ceberg_write_concurrent_merge_invariants.groovy | 209 +++++++++++++++
.../test_iceberg_write_ctas_format_boundary.groovy | 180 +++++++++++++
.../test_iceberg_write_dml_modes_evolution.groovy | 269 +++++++++++++++++++
.../write/test_iceberg_write_evolution_refs.groovy | 253 ++++++++++++++++++
...rg_write_merge_duplicate_source_negative.groovy | 102 ++++++++
.../test_iceberg_write_merge_semantics.groovy | 207 +++++++++++++++
...st_iceberg_write_merge_truncate_negative.groovy | 100 +++++++
...test_iceberg_write_nullability_atomicity.groovy | 133 ++++++++++
...iceberg_write_nullable_truncate_negative.groovy | 97 +++++++
...berg_write_order_distribution_properties.groovy | 215 +++++++++++++++
.../test_iceberg_write_overwrite_atomicity.groovy | 163 ++++++++++++
...est_iceberg_write_overwrite_delete_files.groovy | 197 ++++++++++++++
.../test_iceberg_write_overwrite_evolution.groovy | 180 +++++++++++++
.../test_iceberg_write_partition_types_null.groovy | 287 +++++++++++++++++++++
...berg_write_required_null_select_negative.groovy | 103 ++++++++
...berg_write_required_null_values_negative.groovy | 81 ++++++
.../write/test_iceberg_write_source_models.groovy | 220 ++++++++++++++++
..._iceberg_write_string_transform_metadata.groovy | 212 +++++++++++++++
39 files changed, 4141 insertions(+)
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_branch_dml_boundary.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_complex_evolution.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_concurrent_merge_invariants.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_ctas_format_boundary.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_dml_modes_evolution.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_evolution_refs.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_merge_duplicate_source_negative.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_merge_semantics.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_merge_truncate_negative.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_nullability_atomicity.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_nullable_truncate_negative.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_order_distribution_properties.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_overwrite_atomicity.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_overwrite_delete_files.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_overwrite_evolution.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_partition_types_null.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_source_models.out
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_string_transform_metadata.out
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/ICEBERG_WRITE_P0_COVERAGE.md
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_branch_dml_boundary.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_complex_evolution.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_concurrent_merge_invariants.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_ctas_format_boundary.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_dml_modes_evolution.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_evolution_refs.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_merge_duplicate_source_negative.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_merge_semantics.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_merge_truncate_negative.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_nullability_atomicity.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_nullable_truncate_negative.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_order_distribution_properties.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_overwrite_atomicity.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_overwrite_delete_files.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_overwrite_evolution.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_partition_types_null.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_required_null_select_negative.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_required_null_values_negative.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_source_models.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_string_transform_metadata.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]