eickler opened a new pull request, #1977:
URL: https://github.com/apache/iceberg-rust/pull/1977
## Which issue does this PR close?
- Closes #1976 .
## What changes are included in this PR?
In the PR, instead of just listing the top-level namespaces in the
IcebergCatalogProvider, the namespaces are hierarchically traversed and made
available using a dot notation ("parent.child").
## Are these changes tested?
The first commit contains only a) unit test cases that safeguard existing
functionality and b) a unit test to demonstrate the gap with hierarchical
namespaces (i.e., fails before the fix). Besides the unit tests, there is an
additional integration test cases that demonstrates that CRUD on tables in
child namespaces works with Datafusion using the dot notation.
--
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]