Skip to content

fix: load table with correct read options#224

Merged
jackye1995 merged 1 commit into
lance-format:mainfrom
bryanck:fix-table-load
Feb 11, 2026
Merged

fix: load table with correct read options#224
jackye1995 merged 1 commit into
lance-format:mainfrom
bryanck:fix-table-load

Conversation

@bryanck
Copy link
Copy Markdown
Contributor

@bryanck bryanck commented Feb 10, 2026

This PR fixes load table when using a Lance namespace implementation, by setting the correct read options. This issue was introduced in #201.

This fixes #223

To reproduce the problem, attempt to query a table when using a namespace catalog that vends credentials. The credentials will not be used and the query will fail.

Note that throughout the code there are a different of ways that datasets are opened but I left those as-is for now as I don't have the full context on if that is intentional or not.

@github-actions github-actions Bot added the bug Something isn't working label Feb 10, 2026
Copy link
Copy Markdown
Contributor

@jackye1995 jackye1995 left a comment

Choose a reason for hiding this comment

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

looks good to me, thanks for the fix!

@jackye1995 jackye1995 merged commit 8469560 into lance-format:main Feb 11, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load table fails when using S3 vended creds

2 participants