kevinjqliu commented on PR #994:
URL: https://github.com/apache/iceberg-python/pull/994#issuecomment-2273913752

   > Do you know if these changes could impact the multi-level namespace case?
   
   I think Polaris is using the same concept of namespace as we do in 
PyIceberg. 
   
   Here's my mental model 
   Catalog == container of namespaces. 
   Namespaces can be hierarchical 
   For example:
   `catalog1.foo.bar` 
   `catalog1.a.b.c.d.e`
   
   name[0] == catalog name (catalog1)
   name[-1] == table name (e)
   name[1:-1] == namespace (a.b.c.d)


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