Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/21005 )
Change subject: IMPALA-12790: Fix overestimation in ScanNode.getInputCardinality ...................................................................... Patch Set 9: (1 comment) http://gerrit.cloudera.org:8080/#/c/21005/9/tests/query_test/test_codegen.py File tests/query_test/test_codegen.py: http://gerrit.cloudera.org:8080/#/c/21005/9/tests/query_test/test_codegen.py@51 PS9, Line 51: {'disable_codegen_rows_threshold': 7000} disable_codegen_rows_threshold default value is 50000. Before this patch, test query has input cardinality 1000000. After this patch, test query has input cardinality 7500 (the table's num rows). Lowered disable_codegen_rows_threshold for this test only to retain assertion. -- To view, visit http://gerrit.cloudera.org:8080/21005 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Icc5b39a7684fb8748185349d0b80baf8dcd6b126 Gerrit-Change-Number: 21005 Gerrit-PatchSet: 9 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]> Gerrit-Comment-Date: Tue, 13 Feb 2024 23:43:03 +0000 Gerrit-HasComments: Yes
