fix: replace fetch_arrow_table with to_arrow_table#6146
Merged
Conversation
Contributor
|
LGTM. Straightforward replacement of deprecated |
Contributor
|
+1 |
Collaborator
|
Thank you for working on this, I'm just working on this now and found that you have fixed it. |
Xuanwo
approved these changes
Mar 10, 2026
westonpace
pushed a commit
that referenced
this pull request
Mar 18, 2026
fix CI error: `FAILED python/tests/test_integration.py::test_duckdb_pushdown_extension_types - _duckdb.Error: DeprecationWarning: fetch_arrow_table() is deprecated, use to_arrow_table() instead.`
westonpace
added a commit
that referenced
this pull request
Mar 18, 2026
## Summary Cherry-picks bug fixes onto `release/v3.0` for the v3.0.1 patch release: - **#6160** - fix: handle `DataType::Null` in `adjust_child_validity` to prevent panic - **#6187** - fix: handle nullable validity layers without def levels - **#6143** - fix: prevent duplicate manifest entries from concurrent table creation - **#6212** - chore: bump lz4_flex patch versions - **#6146** - fix: replace fetch_arrow_table with to_arrow_table ## Test plan - CI passes on cherry-picked commits (both PRs were already merged and tested on main) --------- Co-authored-by: Will Jones <willjones127@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Xuanwo <github@xuanwo.io> Co-authored-by: Jonathan Hsieh <jon@lancedb.com> Co-authored-by: BubbleCal <bubble-cal@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix CI error:
FAILED python/tests/test_integration.py::test_duckdb_pushdown_extension_types - _duckdb.Error: DeprecationWarning: fetch_arrow_table() is deprecated, use to_arrow_table() instead.