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

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

commit d67ab6f11f7a4dd6c246d1cba002e4aaffa26674
Author: Peter Rozsa <[email protected]>
AuthorDate: Mon Dec 1 17:47:35 2025 +0100

    IMPALA-14569: (addendum) Fix 'partitions' row matching
    
    IMPALA-14569 introduced a test that asserts for a profile row like
    'HDFS partitions' and it's possible for test environments to run on a
    different storage system. This change omits the storage type from the
    row_regex.
    
    Change-Id: If9b223f2be2dfe7be8724423fefdfb56ffeeba6e
    Reviewed-on: http://gerrit.cloudera.org:8080/23727
    Reviewed-by: Riza Suminto <[email protected]>
    Tested-by: Riza Suminto <[email protected]>
---
 .../functional-query/queries/QueryTest/hdfs-partition-pruning.test      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/testdata/workloads/functional-query/queries/QueryTest/hdfs-partition-pruning.test
 
b/testdata/workloads/functional-query/queries/QueryTest/hdfs-partition-pruning.test
index 185232aab..a948b14fa 100644
--- 
a/testdata/workloads/functional-query/queries/QueryTest/hdfs-partition-pruning.test
+++ 
b/testdata/workloads/functional-query/queries/QueryTest/hdfs-partition-pruning.test
@@ -14,4 +14,4 @@ where date_stored_as_date in ( '2025-12-12');
 ---- TYPES
 INT,DATE,INT,STRING
 ---- RUNTIME_PROFILE
-row_regex:.*HDFS partitions=1/2 files=1 size=2B
+row_regex:.*partitions=1/2 files=1 size=.*

Reply via email to