korlov42 commented on code in PR #2825:
URL: https://github.com/apache/calcite/pull/2825#discussion_r888773845


##########
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -2696,16 +2696,6 @@ protected void convertCollectionTable(
             validator().getValidatedNodeType(call),
             columnMappings);
 
-    final SqlValidatorScope selectScope =

Review Comment:
   this snippet were introduced by a [1] and addresses the very particular case 
with LogicalTableFunctionScan relation.
   
   Current patch should solve the problem in general, thus this snippet is not 
required anymore
   
   [1] https://github.com/apache/calcite/pull/2448



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