-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47559: [Python] Fix missing argument in pyarrow fs #47497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
Two things:
|
|
|
|
@pitrou Hi, I've created the issue and added a test. |
|
@TennyZhuang It appears the test fails on at least some CI platforms, can you look at that? |
|
@pitrou The tests passed |
|
@github-actions crossbow submit -g python |
|
Revision: d955ff14cc5f8f4a831a6894499b7a6a1129028a Submitted crossbow builds: ursacomputing/crossbow @ actions-4fcc94c766 |
|
I cannot determine from the logs whether these failed CI Pipelines are related to my changes. |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the CI failures have been fixed in main, could you rebase please? so we can get a clean CI
Thanks!
|
Rebased and force updated |
|
@github-actions crossbow submit -g python |
|
Revision: aa12f68 Submitted crossbow builds: ursacomputing/crossbow @ actions-4433b8ae9b |
|
It seems the CI error is unrelated to my PR. Can this PR be merged? |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
AlenkaF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @TennyZhuang!
|
Thanks for the PR @TennyZhuang |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit b8eed8c. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
…7497) ### Rationale for this change Fix a syntax error in Python. The argument is required. ### What changes are included in this PR? * Fix a syntax error in pyarrow fs ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: apache#47559 Authored-by: TennyZhuang <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Rationale for this change
Fix a syntax error in Python. The argument is required.
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?
No