Skip to content

fix: use typed LanceNamespace for python storage options provider#5151

Merged
jackye1995 merged 1 commit intolance-format:mainfrom
jackye1995:fix-vending
Nov 5, 2025
Merged

fix: use typed LanceNamespace for python storage options provider#5151
jackye1995 merged 1 commit intolance-format:mainfrom
jackye1995:fix-vending

Conversation

@jackye1995
Copy link
Copy Markdown
Contributor

Fix the error that we did not use proper request response style calls to perform describe_table in python.

@github-actions github-actions Bot added bug Something isn't working python labels Nov 5, 2025
else:
merged_storage_options = namespace_storage_options
storage_options = merged_storage_options
namespace_storage_options = response.storage_options
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it consistent with how lance.dataset handles the storage options

storage_options = merged_storage_options
namespace_storage_options = response.storage_options
if namespace_storage_options:
# TODO: support dynamic storage options provider
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this I will put a separated PR, need to properly handle CreateEmptyTable case

@jackye1995 jackye1995 merged commit 03e7081 into lance-format:main Nov 5, 2025
14 checks passed
jackye1995 added a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
…nce-format#5151)

Fix the error that we did not use proper request response style calls to
perform describe_table in python.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants