korlov42 commented on a change in pull request #2623:
URL: https://github.com/apache/calcite/pull/2623#discussion_r826737494



##########
File path: 
core/src/test/java/org/apache/calcite/plan/volcano/TraitPropagationTest.java
##########
@@ -386,7 +390,9 @@ public static PhysProj create(final RelNode input,
     }
 
     public PhysProj copy(RelTraitSet traitSet, RelNode input,
-        List<RexNode> exps, RelDataType rowType) {
+        List<RexNode> exps, RelDataType rowType, Set<CorrelationId> 
variablesSet) {
+      Preconditions.checkArgument(variablesSet.isEmpty(),
+          "Correlated scalar subqueries is not supported");

Review comment:
       done




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