feat: upgrade lance-namespace to 0.4.5#5611
Conversation
Code ReviewSummary: This PR upgrades Assessment: LGTMNo P0/P1 issues found. The changes are straightforward and improve maintainability. The Minor note: The |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
1. Also use `Default:default()` for constructing request and response models so that we don't need to make change to the struct inputs every time we add new things. 2. Leverage newly added identity to cache vended credentials 3. Support newly added `load_detailed_metadata` and `vend_credentials` flags in requests
1. Also use `Default:default()` for constructing request and response models so that we don't need to make change to the struct inputs every time we add new things. 2. Leverage newly added identity to cache vended credentials 3. Support newly added `load_detailed_metadata` and `vend_credentials` flags in requests
…ance-format#5611) Combined patches for upgrading lance-namespace. Changes from 0.4.0 (lance-format#5568): 1. Introduced full error handling spec, update rust interface to implement the spec, and also dir and rest implementations in rust, python, java based on it 2. Fixed that `create_empty_table` is deprecated and `declare_table` is introduced. 3. Added `deregister_table` support for dir namespace (without manifest) Changes from 0.4.5 (lance-format#5611): 1. Use `Default::default()` for constructing request and response models 2. Leverage newly added identity to cache vended credentials 3. Support newly added `load_detailed_metadata` and `vend_credentials` flags in requests Also made ToSnafuLocation trait public to fix compilation on release branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Combined patches for upgrading lance-namespace. Changes from 0.4.0 (#5568): 1. Introduced full error handling spec, update rust interface to implement the spec, and also dir and rest implementations in rust, python, java based on it 2. Fixed that `create_empty_table` is deprecated and `declare_table` is introduced. 3. Added `deregister_table` support for dir namespace (without manifest) Changes from 0.4.5 (#5611): 1. Use `Default::default()` for constructing request and response models 2. Leverage newly added identity to cache vended credentials 3. Support newly added `load_detailed_metadata` and `vend_credentials` flags in requests Also made ToSnafuLocation trait public to fix compilation on release branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Default:default()for constructing request and response models so that we don't need to make change to the struct inputs every time we add new things.load_detailed_metadataandvend_credentialsflags in requests