Commits


y.yoshida5 authored and GitHub committed 3d45ac96534
GH-39779: [Python] Expose force_virtual_addressing in PyArrow (#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: #39779 Authored-by: yo1956 <hm.hr.yossy@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>