xiedeyantu commented on code in PR #4665:
URL: https://github.com/apache/calcite/pull/4665#discussion_r2628837144


##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -766,6 +766,21 @@ private boolean expandStar(List<SqlNode> selectItems, 
Set<String> aliases,
     }
   }
 
+  private List<SqlNode> expandRowStar(SqlIdentifier identifier, SelectScope 
scope) {

Review Comment:
   > They both probably need to be in the same parser
   
   I want to confirm, are you suggesting that the ROW(*) capability should also 
be fully supported in Babel? I’ve read through all the comments, and it seems 
this is the only remaining issue to address, right?



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