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


##########
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:
   it is fine to support `ROW(*)` in the main parser and `ROW(* EXCLUDE)` only 
in Babel



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