laskoviymishka opened a new pull request, #1761:
URL: https://github.com/apache/iceberg-go/pull/1761

   Follows up on #1694, which stood up the shared catalog conformance suite as
   the first part of #1691. That one landed the harness plus a few table tests
   and left room for more, so this adds the namespace side: create, list, and
   drop, along with the error cases (create-already-exists, drop-missing,
   drop-not-empty).
   
   It's wired for the SQL catalog for now, which runs the suite as a plain unit
   test (no docker). Each test takes a fresh catalog and unique identifiers so 
it
   stays isolated on shared-server backends too.
   
   I kept this focused on the structural lifecycle. Namespace properties
   (LoadNamespaceProperties / UpdateNamespaceProperties) and the Config 
capability
   flags to gate them per backend are the obvious next step, and I'll send 
those in
   a separate PR so this one stays easy to review.
   


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