soumyakanti3578 commented on a change in pull request #1959:
URL: https://github.com/apache/hive/pull/1959#discussion_r578880512
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/cost/HiveVolcanoPlanner.java
##########
@@ -85,7 +85,6 @@ public void registerClass(RelNode node) {
addRule(HiveDruidRules.FILTER_PROJECT_TRANSPOSE);
addRule(HiveDruidRules.SORT_PROJECT_TRANSPOSE);
addRule(HiveDruidRules.SORT);
- addRule(HiveDruidRules.PROJECT_SORT_TRANSPOSE);
Review comment:
This rule is useless, and has been removed in 1.24.
[CALCITE-4023](https://issues.apache.org/jira/browse/CALCITE-4023)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]