This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new dec383f670a [test](regression) Move Iceberg REST HDFS case to P2
(cherry-pick to 4.0) (#64153)
dec383f670a is described below
commit dec383f670a834797b7d11f6183ff12d83402669
Author: Chenjunwei <[email protected]>
AuthorDate: Wed Jun 10 09:50:19 2026 +0800
[test](regression) Move Iceberg REST HDFS case to P2 (cherry-pick to 4.0)
(#64153)
---
.../refactor_catalog_param}/iceberg_rest_on_hdfs.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy
b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy
similarity index 98%
rename from
regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy
rename to
regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy
index 360c7dd844e..6759677ff23 100644
---
a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy
+++
b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("iceberg_rest_on_hdfs",
"external,iceberg,external_docker,external_docker_iceberg_rest,new_catalog_property")
{
+suite("iceberg_rest_on_hdfs", "p2,external") {
def testQueryAndInsert = { String catalogProperties, String prefix ->
@@ -309,4 +309,4 @@ suite("iceberg_rest_on_hdfs",
"external,iceberg,external_docker,external_docker_
"""
testQueryAndInsert(iceberg_rest_type_prop_hdfs + warehouse +
hdfs_storage_properties, "iceberg_rest_on_hdfs")
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]