This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new cc7444544d4 branch-3.1: [fix](regression) fix unstable
test_iceberg_sys_table.groovy #53028 (#53141)
cc7444544d4 is described below
commit cc7444544d478daff8a2a7e74632e0b790c71432
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 10:38:49 2025 +0800
branch-3.1: [fix](regression) fix unstable test_iceberg_sys_table.groovy
#53028 (#53141)
Cherry-picked from #53028
Co-authored-by: Socrates <[email protected]>
---
.../iceberg/test_iceberg_sys_table.out | Bin 95292 -> 33420 bytes
.../iceberg/test_iceberg_sys_table.groovy | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/regression-test/data/external_table_p0/iceberg/test_iceberg_sys_table.out
b/regression-test/data/external_table_p0/iceberg/test_iceberg_sys_table.out
index 7dc0ea69f56..d637ee94c14 100644
Binary files
a/regression-test/data/external_table_p0/iceberg/test_iceberg_sys_table.out and
b/regression-test/data/external_table_p0/iceberg/test_iceberg_sys_table.out
differ
diff --git
a/regression-test/suites/external_table_p0/iceberg/test_iceberg_sys_table.groovy
b/regression-test/suites/external_table_p0/iceberg/test_iceberg_sys_table.groovy
index 16d852d78e3..0b2925a0d6e 100644
---
a/regression-test/suites/external_table_p0/iceberg/test_iceberg_sys_table.groovy
+++
b/regression-test/suites/external_table_p0/iceberg/test_iceberg_sys_table.groovy
@@ -103,9 +103,9 @@ suite("test_iceberg_sys_table",
"p0,external,doris,external_docker,external_dock
}
}
- order_qt_select_entries """select status, sequence_number,
file_sequence_number, readable_metrics from ${systableName}"""
+ order_qt_select_entries """select status, sequence_number,
file_sequence_number from ${systableName}"""
order_qt_select_entries_count """select count(*) from
${systableName}"""
- order_qt_select_entries_where """select status, sequence_number,
file_sequence_number, readable_metrics from ${systableName} where status="0";"""
+ order_qt_select_entries_where """select status, sequence_number,
file_sequence_number from ${systableName} where status="0";"""
order_qt_select_entries_where_count """select count(status) from
${systableName} where status="0";"""
}
@@ -125,9 +125,9 @@ suite("test_iceberg_sys_table",
"p0,external,doris,external_docker,external_dock
}
}
- order_qt_select_files """select content, file_format, record_count,
lower_bounds, upper_bounds, readable_metrics from ${systableName}"""
+ order_qt_select_files """select content, file_format, record_count,
lower_bounds, upper_bounds from ${systableName}"""
order_qt_select_files_count """select count(*) from ${systableName}"""
- order_qt_select_files_where """select content, file_format,
record_count, lower_bounds, upper_bounds, readable_metrics from ${systableName}
where content="0";"""
+ order_qt_select_files_where """select content, file_format,
record_count, lower_bounds, upper_bounds from ${systableName} where
content="0";"""
order_qt_select_files_where_count """select count(content) from
${systableName} where content="0";"""
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]