Skip to content

Conversation

@TennyZhuang
Copy link
Contributor

@TennyZhuang TennyZhuang commented Sep 4, 2025

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-actions github-actions bot added the awaiting review Awaiting review label Sep 4, 2025
@github-actions
Copy link

github-actions bot commented Sep 4, 2025

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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@TennyZhuang TennyZhuang changed the title [Python] Fix missing argument in pyarrow fs MINOR: [Python] Fix missing argument in pyarrow fs Sep 4, 2025
@pitrou
Copy link
Member

pitrou commented Sep 4, 2025

Two things:

  1. This is not a minor change as it's actually a bugfix, can you please open an issue for it?
  2. Can you also add a test to exercise this codepath? (obviously it wasn't tested before :-))

@TennyZhuang TennyZhuang changed the title MINOR: [Python] Fix missing argument in pyarrow fs GH-47559: [Python] Fix missing argument in pyarrow fs Sep 13, 2025
@github-actions
Copy link

⚠️ GitHub issue #47559 has been automatically assigned in GitHub to PR creator.

@TennyZhuang
Copy link
Contributor Author

@pitrou Hi, I've created the issue and added a test.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Sep 15, 2025
@pitrou
Copy link
Member

pitrou commented Sep 18, 2025

@TennyZhuang It appears the test fails on at least some CI platforms, can you look at that?

@TennyZhuang
Copy link
Contributor Author

@pitrou The tests passed

@raulcd
Copy link
Member

raulcd commented Sep 29, 2025

@github-actions crossbow submit -g python

@github-actions
Copy link

Revision: d955ff14cc5f8f4a831a6894499b7a6a1129028a

Submitted crossbow builds: ursacomputing/crossbow @ actions-4fcc94c766

Task Status
example-python-minimal-build-fedora-conda GitHub Actions
example-python-minimal-build-ubuntu-venv GitHub Actions
test-conda-python-3.10 GitHub Actions
test-conda-python-3.10-hdfs-2.9.2 GitHub Actions
test-conda-python-3.10-hdfs-3.2.1 GitHub Actions
test-conda-python-3.10-pandas-latest-numpy-latest GitHub Actions
test-conda-python-3.11 GitHub Actions
test-conda-python-3.11-dask-latest GitHub Actions
test-conda-python-3.11-dask-upstream_devel GitHub Actions
test-conda-python-3.11-hypothesis GitHub Actions
test-conda-python-3.11-pandas-latest-numpy-1.26 GitHub Actions
test-conda-python-3.11-pandas-latest-numpy-latest GitHub Actions
test-conda-python-3.11-pandas-nightly-numpy-nightly GitHub Actions
test-conda-python-3.11-pandas-upstream_devel-numpy-nightly GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.12 GitHub Actions
test-conda-python-3.12-cpython-debug GitHub Actions
test-conda-python-3.13 GitHub Actions
test-conda-python-3.9 GitHub Actions
test-conda-python-3.9-pandas-1.1.3-numpy-1.19.5 GitHub Actions
test-conda-python-emscripten GitHub Actions
test-cuda-python-ubuntu-22.04-cuda-11.7.1 GitHub Actions
test-debian-12-python-3-amd64 GitHub Actions
test-debian-12-python-3-i386 GitHub Actions
test-fedora-42-python-3 GitHub Actions
test-ubuntu-22.04-python-3 GitHub Actions
test-ubuntu-22.04-python-313-freethreading GitHub Actions
test-ubuntu-24.04-python-3 GitHub Actions

@TennyZhuang
Copy link
Contributor Author

I cannot determine from the logs whether these failed CI Pipelines are related to my changes.

Copy link
Member

@raulcd raulcd left a 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!

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Oct 6, 2025
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Oct 6, 2025
@TennyZhuang
Copy link
Contributor Author

Rebased and force updated

@raulcd
Copy link
Member

raulcd commented Oct 10, 2025

@github-actions crossbow submit -g python

@github-actions
Copy link

Revision: aa12f68

Submitted crossbow builds: ursacomputing/crossbow @ actions-4433b8ae9b

Task Status
example-python-minimal-build-fedora-conda GitHub Actions
example-python-minimal-build-ubuntu-venv GitHub Actions
test-conda-python-3.10 GitHub Actions
test-conda-python-3.10-hdfs-2.9.2 GitHub Actions
test-conda-python-3.10-hdfs-3.2.1 GitHub Actions
test-conda-python-3.10-pandas-1.3.4-numpy-1.21.2 GitHub Actions
test-conda-python-3.11 GitHub Actions
test-conda-python-3.11-dask-latest GitHub Actions
test-conda-python-3.11-dask-upstream_devel GitHub Actions
test-conda-python-3.11-hypothesis GitHub Actions
test-conda-python-3.11-pandas-latest-numpy-latest GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.12 GitHub Actions
test-conda-python-3.12-cpython-debug GitHub Actions
test-conda-python-3.12-pandas-latest-numpy-1.26 GitHub Actions
test-conda-python-3.12-pandas-latest-numpy-latest GitHub Actions
test-conda-python-3.13 GitHub Actions
test-conda-python-3.13-pandas-nightly-numpy-nightly GitHub Actions
test-conda-python-3.13-pandas-upstream_devel-numpy-nightly GitHub Actions
test-conda-python-emscripten GitHub Actions
test-cuda-python-ubuntu-22.04-cuda-11.7.1 GitHub Actions
test-debian-12-python-3-amd64 GitHub Actions
test-debian-12-python-3-i386 GitHub Actions
test-fedora-42-python-3 GitHub Actions
test-ubuntu-22.04-python-3 GitHub Actions
test-ubuntu-22.04-python-313-freethreading GitHub Actions
test-ubuntu-24.04-python-3 GitHub Actions

@TennyZhuang
Copy link
Contributor Author

It seems the CI error is unrelated to my PR. Can this PR be merged?

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Oct 12, 2025
Copy link
Member

@AlenkaF AlenkaF left a comment

Choose a reason for hiding this comment

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

Thank you @TennyZhuang!

@raulcd raulcd merged commit b8eed8c into apache:main Oct 13, 2025
15 checks passed
@raulcd raulcd removed the awaiting merge Awaiting merge label Oct 13, 2025
@raulcd
Copy link
Member

raulcd commented Oct 13, 2025

Thanks for the PR @TennyZhuang

@conbench-apache-arrow
Copy link

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.

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Oct 15, 2025
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants