Skip to content
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

GH-45619: [Python] Use f-string instead of string.format #45629

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chilin0525
Copy link

@chilin0525 chilin0525 commented Feb 25, 2025

Rationale for this change

See #45619.

What changes are included in this PR?

Refactor using f-string instead of string.format.

Are these changes tested?

Via CI.

Are there any user-facing changes?

No.

@kou
Copy link
Member

kou commented Feb 26, 2025

We have many string.format codes in https://github.com/apache/arrow/tree/main/python/pyarrow . If you want to work on this step by step (for example, 1 PR per file), could you open a sub-issue for each PR instead of associating all PRs to GH-45619? (GitHub added sub-issue related features recently.)

@chilin0525 chilin0525 marked this pull request as draft February 26, 2025 00:51
@chilin0525
Copy link
Author

@kou Thank you for the reminder🙏. I personally prefer to implement all changes within a single PR, so I am converting the PR to draft status.

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.

2 participants