hsyuan commented on a change in pull request #1959:
URL: https://github.com/apache/calcite/pull/1959#discussion_r422731546



##########
File path: core/src/main/java/org/apache/calcite/plan/RelTrait.java
##########
@@ -91,6 +93,17 @@
   /**
    * Applies a mapping to this trait.
    *
+   * <p>Some traits may be changed if the columns order is changed by a 
mapping of the
+   * {@link Project} operator. </p>
+   *
+   * <p>For example, if relation {@code ORDER a, b} is sorted by columns [0, 
1], then the

Review comment:
       Is it a typo? `ORDER a, b`




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