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 <riza.suminto@cloudera.com>
Tested-by: Riza Suminto <riza.suminto@cloudera.com>
This commit is contained in:
Peter Rozsa
2025-12-01 17:47:35 +01:00
committed by Riza Suminto
parent d4707ff197
commit d67ab6f11f

View File

@@ -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=.*