tisyabhatia opened a new pull request, #5089:
URL: https://github.com/apache/calcite/pull/5089

   ## Jira Link
   
   [CALCITE-7647](https://issues.apache.org/jira/browse/CALCITE-7647)
   
   ## Changes Proposed
   
   Expand a bare or qualified star in the SELECT clause to its underlying 
columns when rewriting GROUP BY ALL / ORDER BY ALL, so those clauses no longer 
reject SELECT *. Star items are expanded via the existing column-enumeration 
path (matching normal SELECT * semantics, including NATURAL JOIN coalescing), 
before the placeholder is replaced with the concrete keys.


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