You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by cs...@apache.org on 2022/04/13 09:46:57 UTC

[impala] 01/03: IMPALA-11239: Fix failure in test_parquet_count_star_optimization

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

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

commit 953705b8d2ed336e18c6a45e36f4fbc0deb1da7a
Author: Riza Suminto <ri...@cloudera.com>
AuthorDate: Tue Apr 12 08:33:28 2022 -0700

    IMPALA-11239: Fix failure in test_parquet_count_star_optimization
    
    IMPALA-11123 add assertion to verify NumFileMetadataRead in
    parquet-stats-agg.test. In the multiblock test, the number of
    NumFileMetadataRead can differ in erasure coding configuration. This
    patch removes that assertion in the multiblock test. The rest of the
    assertion, including the count results, remains the same.
    
    Testing:
    - Pass e2e tests in erasure coding setup.
    
    Change-Id: I6fe3f6e97358b619838b48eddb22192b39d29cc6
    Reviewed-on: http://gerrit.cloudera.org:8080/18407
    Reviewed-by: Quanlong Huang <hu...@gmail.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .../workloads/functional-query/queries/QueryTest/parquet-stats-agg.test  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testdata/workloads/functional-query/queries/QueryTest/parquet-stats-agg.test b/testdata/workloads/functional-query/queries/QueryTest/parquet-stats-agg.test
index 1473a1b8f..43959d7b5 100644
--- a/testdata/workloads/functional-query/queries/QueryTest/parquet-stats-agg.test
+++ b/testdata/workloads/functional-query/queries/QueryTest/parquet-stats-agg.test
@@ -168,7 +168,6 @@ select count(*) from tpch_parquet.lineitem
 bigint
 ---- RUNTIME_PROFILE
 aggregation(SUM, NumRowGroups): 0
-aggregation(SUM, NumFileMetadataRead): 6
 aggregation(SUM, RowsRead): 0
 =====
 ---- QUERY