laurentgo commented on a change in pull request #1334: [CALCITE-3111] Allow
custom implementations of Correlate in RelDecorr…
URL: https://github.com/apache/calcite/pull/1334#discussion_r307860594
##########
File path: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java
##########
@@ -388,7 +389,16 @@ public Frame decorrelateRel(RelNode rel) {
}
/**
- * Rewrite Sort.
+ * Rewrite {@link LogicalSort}.
+ *
+ * @param rel Sort to be rewritten
+ */
+ public Frame decorrelateRel(LogicalSort rel) {
Review comment:
if this method didn't exist before, there's no need to add it for binary
compatibility.
----------------------------------------------------------------
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]
With regards,
Apache Git Services