Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22425 )

Change subject: IMPALA-12959: Calcite planner: Implement count star 
optimzation...
......................................................................


Patch Set 6:

(2 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/22425/6/java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java
File 
java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java:

http://gerrit.cloudera.org:8080/#/c/22425/6/java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java@230
PS6, Line 230:   private boolean canUseCountStarOptimization(CalciteTable 
table, ParentPlanRelContext context,
line too long (95 > 90)


http://gerrit.cloudera.org:8080/#/c/22425/6/java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaHdfsScanRel.java@233
PS6, Line 233:     if (context.parentAggregate_ == null || 
!context.parentAggregate_.hasCountStarOnly()) {
line too long (91 > 90)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I975beefedd2cceb34dad0f93343a46d1b7094c13
Gerrit-Change-Number: 22425
Gerrit-PatchSet: 6
Gerrit-Owner: Steve Carlin <[email protected]>
Gerrit-Reviewer: Aman Sinha <[email protected]>
Gerrit-Reviewer: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Comment-Date: Sun, 23 Feb 2025 03:38:03 +0000
Gerrit-HasComments: Yes

Reply via email to