Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22974 )

Change subject: IMPALA-14110: Avoid decoding values for counting columns
......................................................................


Patch Set 3: Code-Review+1

(1 comment)

http://gerrit.cloudera.org:8080/#/c/22974/3/testdata/workloads/functional-query/queries/QueryTest/nested-types-parquet-page-index.test
File 
testdata/workloads/functional-query/queries/QueryTest/nested-types-parquet-page-index.test:

http://gerrit.cloudera.org:8080/#/c/22974/3/testdata/workloads/functional-query/queries/QueryTest/nested-types-parquet-page-index.test@752
PS3, Line 752: ---- QUERY
             : # Test if page filtering works for counting columns when late 
materialization
             : # is disabled.
             : set PARQUET_LATE_MATERIALIZATION_THRESHOLD = -1;
             : select d_38 from nested_decimals n, n.arr where d_38 > 7;
Please add this test for completeness.

---- QUERY
# Test if page filtering works for counting columns when late materialization
# is enabled (the default).
set PARQUET_LATE_MATERIALIZATION_THRESHOLD = "";
select d_38 from nested_decimals n, n.arr where d_38 > 7;



--
To view, visit http://gerrit.cloudera.org:8080/22974
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia707335c50cc0653097f375aae3f10609e0eb091
Gerrit-Change-Number: 22974
Gerrit-PatchSet: 3
Gerrit-Owner: Xuebin Su <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Xuebin Su <[email protected]>
Gerrit-Comment-Date: Tue, 03 Jun 2025 14:43:08 +0000
Gerrit-HasComments: Yes

Reply via email to