rubenada commented on a change in pull request #1941:
URL: https://github.com/apache/calcite/pull/1941#discussion_r420622826



##########
File path: core/src/main/java/org/apache/calcite/rel/rules/SortRemoveRule.java
##########
@@ -23,6 +23,7 @@
 import org.apache.calcite.rel.RelCollationTraitDef;
 import org.apache.calcite.rel.core.RelFactories;
 import org.apache.calcite.rel.core.Sort;
+import org.apache.calcite.rex.RexLiteral;
 import org.apache.calcite.tools.RelBuilderFactory;
 
 /**

Review comment:
       The SortRemoveRule's javadoc should be updated to reflect this new 
feature.




----------------------------------------------------------------
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]


Reply via email to