Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/23123 )
Change subject: IMPALA_14095: Calcite Planner: Use pruned row counts in stats ...................................................................... Patch Set 1: (3 comments) gerrit-auto-critic failed. You can reproduce it locally using command: python3 bin/jenkins/critique-gerrit-review.py --dryrun To run it, you might need a virtual env with Python3's venv installed. http://gerrit.cloudera.org:8080/#/c/23123/1/java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaRelMdRowCount.java File java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaRelMdRowCount.java: http://gerrit.cloudera.org:8080/#/c/23123/1/java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaRelMdRowCount.java@138 PS1, Line 138: Double selectivity = condition != null ? estimator.estimateSelectivity(condition) : 1.0; line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/23123/1/java/calcite-planner/src/test/java/org/apache/impala/planner/TestCalciteStats.java File java/calcite-planner/src/test/java/org/apache/impala/planner/TestCalciteStats.java: http://gerrit.cloudera.org:8080/#/c/23123/1/java/calcite-planner/src/test/java/org/apache/impala/planner/TestCalciteStats.java@332 PS1, Line 332: PrunedPartitionHelper helper = table.getPrunedPartitionHelper(condition, rexBuilder); line too long (91 > 90) http://gerrit.cloudera.org:8080/#/c/23123/1/java/calcite-planner/src/test/java/org/apache/impala/planner/TestCalciteStats.java@363 PS1, Line 363: PrunedPartitionHelper helper = table.getPrunedPartitionHelper(condition, rexBuilder); line too long (91 > 90) -- To view, visit http://gerrit.cloudera.org:8080/23123 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I28368e37d661994f31e1308d8213d00d29f1828c Gerrit-Change-Number: 23123 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <scar...@cloudera.com> Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com> Gerrit-Reviewer: Anonymous Coward (816) Gerrit-Reviewer: Fang-Yu Rao <fangyu....@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Comment-Date: Sat, 05 Jul 2025 16:09:30 +0000 Gerrit-HasComments: Yes