kevinjqliu commented on issue #341:
URL: https://github.com/apache/iceberg-python/issues/341#issuecomment-2251876060

   Answering my own questions above. 
   
   A TableIdentifier is in the form of (namespace, ..., database_name, 
table_name). `table_name` is the last element of the tuple. `database_name` is 
the second to last element of the tuple. everything else is part of the 
namespace name. 
   TableIdentifier can be represented as either tuple or a single string 
separated by `.` 
   
   A namespace can be "hierarchical" because it has multiple levels, such as 
(foo) or (foo, bar) or (foo, bar, baz). 
   
   
   


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