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 fb3c379f395635f9f6927b40694bc3dd95a2866f Author: Zoltan Borok-Nagy <[email protected]> AuthorDate: Fri Apr 5 22:06:04 2024 +0200 IMPALA-12894: Addendum: Re-enable test_plain_count_star_optimization test_plain_count_star_optimization was disabled by IMPALA-12894 part 1, and part 2 didn't re-enable it. This patch re-enables it. Change-Id: I30629632742c0d402a6bb852a169359edac59eba Reviewed-on: http://gerrit.cloudera.org:8080/21249 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Gabor Kaszab <[email protected]> --- tests/query_test/test_iceberg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/query_test/test_iceberg.py b/tests/query_test/test_iceberg.py index ce57ae725..7a23cc477 100644 --- a/tests/query_test/test_iceberg.py +++ b/tests/query_test/test_iceberg.py @@ -1438,7 +1438,6 @@ class TestIcebergV2Table(IcebergTestSuite): # The test uses pre-written Iceberg tables where the position delete files refer to # the data files via full URI, i.e. they start with 'hdfs://localhost:2050/...'. In the # dockerised environment the namenode is accessible on a different hostname/port. - @pytest.mark.skip(reason="IMPALA-12894") @SkipIfDockerizedCluster.internal_hostname @SkipIf.hardcoded_uris def test_plain_count_star_optimization(self, vector):
