jzhuge opened a new pull request, #6134:
URL: https://github.com/apache/iceberg/pull/6134

   Current view spec misses the field `query-column-names` in SQL view 
representation.
   
   For SELECT star view queries, the schema for the underlying table or view 
may change after the view has been created.
   Thus, we need to store the column names of the view query, because when 
using the view, it is better to pick the columns
   according to the name and order when the view was created and omit the extra 
columns we don't require.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to