Gabor Kaszab created IMPALA-13055:
-------------------------------------
Summary: Some Iceberg metadata table tests doesn't assert
Key: IMPALA-13055
URL: https://issues.apache.org/jira/browse/IMPALA-13055
Project: IMPALA
Issue Type: Test
Reporter: Gabor Kaszab
Some test in the Iceberg metadata table suite use the following regex to verify
numbers in the output: [1-9]\d*|0
However, if this format is given, the test unconditionally passes. On could put
the formula within parentheses, or simply verify for \d+
--
This message was sent by Atlassian Jira
(v8.20.10#820010)