danny0405 commented on code in PR #2775:
URL: https://github.com/apache/calcite/pull/2775#discussion_r855799710


##########
core/src/main/java/org/apache/calcite/rel/core/Sort.java:
##########
@@ -86,17 +126,7 @@ protected Sort(
       RelCollation collation,
       @Nullable RexNode offset,
       @Nullable RexNode fetch) {
-    super(cluster, traits, child);

Review Comment:
   Thanks for the contribution, overall looks good, there are some compile 
failure, can you fix that ?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to