diqiu50 commented on issue #10750:
URL: https://github.com/apache/gravitino/issues/10750#issuecomment-4233836356

   @laserninja Thank you for your contribution. 
   This is an issue with our Trino connector mechanism. The CTAS operation 
creates the table again in the original connector, which leads to errors. We 
can attempt to override beginCreateTable() and delegate to beginInsert(), which 
skips table creation in the original connector.


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