dyzcs commented on issue #9954:
URL: https://github.com/apache/iceberg/issues/9954#issuecomment-1996566044

   ```
   //1. create TableLoader configuration
   Configuration conf = new Configuration();
   
   //2. create catalog and set table store path
   Catalog catalog = new HiveCatalog(conf,"path");
   
   //3. load table
   TableIdentifier name = TableIdentifier.of("", "");
   Table table = catalog.loadTable(name);
   ```
   According to my understanding, the above code can solve your problem, and 
this issue can be closed.


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