jerqi opened a new pull request, #9200:
URL: https://github.com/apache/gravitino/pull/9200

   
   ### What changes were proposed in this pull request?
   Fix the issues of creating tables and renaming tables.
   
   ### Why are the changes needed?
   1. The Iceberg connector will verify the existence of the table before 
creating the table,  so the user needs the privilege to check the existence of 
the table. Now , we used load table to check it. I'm optimizing the Iceberg 
community code to use the delicated API to check this.
   
   2. The renaming tables should modify the Gravitino backend data. Otherwise, 
the owner will be wrong.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Added UT.


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