okumin commented on code in PR #6022:
URL: https://github.com/apache/hive/pull/6022#discussion_r2297146505


##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -434,6 +459,7 @@ public boolean tableExists(TableIdentifier identifier) {
     }
   }
 
+

Review Comment:
   Yes, I am.
   
   Using HiveCatalog directly, everything works on the client side as follows.
   <img width="836" height="368" alt="image" 
src="https://github.com/user-attachments/assets/d11d97da-ac95-4a34-a02d-c06845eea32a";
 />
   
   Using REST, some steps will be delegated to the server-side. In either case, 
TableMetadataParser would interact with an object storage.
   <img width="1174" height="546" alt="image" 
src="https://github.com/user-attachments/assets/8430d2c9-4c7b-48b6-ad68-5f8877bc0b6c";
 />
   



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