jbonofre commented on PR #9487:
URL: https://github.com/apache/iceberg/pull/9487#issuecomment-1908261665

   @ajantha-bhat @nastra @rdblue I refactored the PR to use a single SQL table 
for both tables and views, using `type` column to distinguish. The pros for 
this new approach:
   1. the code is actually simpler as we have common SQL statements for both 
table and view
   2. we avoid potential concurrency issue between view and table name during 
creation
   Can you please take a new look ? Thanks !


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to