GH-39779: [Python] Expose force_virtual_addressing in PyArrow#39819
GH-39779: [Python] Expose force_virtual_addressing in PyArrow#39819jorisvandenbossche merged 3 commits intoapache:mainfrom
Conversation
|
|
|
Thank you for you contribution @yo1956 ! From a quick look I think that the Cython layer will have to be updated to include the arrow/python/pyarrow/includes/libarrow_fs.pxd Lines 161 to 185 in 21ffd82 |
|
@AlenkaF |
|
@AlenkaF |
|
The failures are not related, there is a fix already open: #39827. Similar for the Sphinx build. We can wait for them to get merged and rebase then. |
AlenkaF
left a comment
There was a problem hiding this comment.
LGTM, thank you for the updates!
I do not think there are any additions needed in the tests, but would like to have one extra approve before merging.
@AlenkaF |
|
@jorisvandenbossche |
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Looks good, thanks!
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 3d45ac9. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…pache#39819) ### Rationale for this change / What changes are included in this PR? To expose force_virtual_addressing in PyArrow. ### Are these changes tested? Existing unit tests are not broken, and a new test case have been added. ### Are there any user-facing changes? pyarrow.fs.S3FileSystem: it becomes possible to specify the argument 'force_virtual_addressing'. * Closes: apache#39779 Authored-by: yo1956 <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change / What changes are included in this PR?
To expose force_virtual_addressing in PyArrow.
Are these changes tested?
Existing unit tests are not broken, and a new test case have been added.
Are there any user-facing changes?
pyarrow.fs.S3FileSystem: it becomes possible to specify the argument 'force_virtual_addressing'.