cornerwings opened a new issue, #1990:
URL: https://github.com/apache/iceberg-rust/issues/1990

   ### Apache Iceberg Rust version
   
   0.6.0 (latest version)
   
   ### Describe the bug
   
   SQL catalog's load method just ignores name argument passed and always uses 
default value (""). This means when opening existing catalog, it fails to find 
namespaces or incorrectly finds namespaces.
   
   Value is assigned in below line but catalog config is never updated.
   
https://github.com/apache/iceberg-rust/blob/main/crates/catalog/sql/src/catalog.rs#L139
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   Name passed to load method should be used to initialize config correctly.
   
   ### Willingness to contribute
   
   I can contribute a fix for this bug independently


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