snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r972985031
##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/rel/core/Minus.java:
##########
@@ -44,7 +44,7 @@
*/
public abstract class Minus extends SetOp {
- public Minus(
+ protected Minus(
Review Comment:
Changes in this file are from calcite 1.27.0
##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/rel/core/Sort.java:
##########
@@ -33,9 +33,11 @@
import org.apache.calcite.rel.hint.Hintable;
import org.apache.calcite.rel.hint.RelHint;
import org.apache.calcite.rel.metadata.RelMetadataQuery;
+import org.apache.calcite.rex.RexLiteral;
import org.apache.calcite.rex.RexNode;
import org.apache.calcite.rex.RexShuttle;
import org.apache.calcite.util.Util;
+import org.checkerframework.checker.nullness.qual.Nullable;
Review Comment:
Changes in this file are from calcite 1.27.0
--
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]