Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21566 )
Change subject: IMPALA-13193: RuntimeFilter on parquet dictionary should evaluate NULL values ...................................................................... IMPALA-13193: RuntimeFilter on parquet dictionary should evaluate NULL values NULL values are not included in the parquet dictionary. If the column contains NULL values, add evaluating for NULL values. Testing: - Added a test case in parquet-dictionary-runtime-filter.test Change-Id: I0f69405c0c08feb47141d080a828847e5094163f Reviewed-on: http://gerrit.cloudera.org:8080/21566 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/exec/parquet/hdfs-parquet-scanner.cc M testdata/workloads/functional-query/queries/QueryTest/parquet-dictionary-runtime-filter.test 2 files changed, 63 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21566 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0f69405c0c08feb47141d080a828847e5094163f Gerrit-Change-Number: 21566 Gerrit-PatchSet: 7 Gerrit-Owner: ttttttz <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zihao Ye <[email protected]> Gerrit-Reviewer: ttttttz <[email protected]>
