This is an automated email from the ASF dual-hosted git repository.

Gabriel39 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ea933186522 [fix](testcase) Fix wrong test case (#63354)
ea933186522 is described below

commit ea933186522053abfafdd13385781eb669d578b1
Author: Gabriel <[email protected]>
AuthorDate: Tue May 19 09:45:57 2026 +0800

    [fix](testcase) Fix wrong test case (#63354)
---
 .../suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy 
b/regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy
index 1694040a830..81a58f8d50b 100644
--- 
a/regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy
+++ 
b/regression-test/suites/external_table_p0/tvf/test_hdfs_parquet_group0.groovy
@@ -171,7 +171,7 @@ suite("test_hdfs_parquet_group0", "p0,external") {
                 sql """ select * from HDFS(
                         "uri" = "${uri}",
                         "hadoop.username" = "${hdfsUserName}",
-                        "format" = "parquet") limit 10; """
+                        "format" = "parquet"); """
                 exception "[IO_ERROR]Out-of-bounds Access"
             }
 
@@ -328,7 +328,7 @@ suite("test_hdfs_parquet_group0", "p0,external") {
                 sql """ select * from HDFS(
                         "uri" = "${uri}",
                         "hadoop.username" = "${hdfsUserName}",
-                        "format" = "parquet") limit 10; """
+                        "format" = "parquet"); """
                 exception "Out-of-bounds access in parquet data decoder"
             }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to