rkondakov commented on a change in pull request #1959:
URL: https://github.com/apache/calcite/pull/1959#discussion_r422959099
##########
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:
Yes, this is a type. Fixed. Thank you.
----------------------------------------------------------------
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]