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-34017: [Python][FlightRPC][Doc] Fix read_chunk docstring for FlightStreamReader and MetadataRecordBatchReader #38641

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

nph
Copy link
Contributor

@nph nph commented Nov 9, 2023

Rationale for this change

The docs for FlightStreamReader and MetadataRecordBatchReader currently list an incorrect return type for the read_chunk method - see #34017. NB: this issue was partially addressed by #35583.

What changes are included in this PR?

Simple docstring update for read_chunk.

Are these changes tested?

No (v minor docstring only change)

Are there any user-facing changes?

Yes

@nph nph requested a review from lidavidm as a code owner November 9, 2023 05:49
@github-actions github-actions bot added the awaiting review Awaiting review label Nov 9, 2023
Copy link

github-actions bot commented Nov 9, 2023

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

Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Nov 9, 2023
@lidavidm lidavidm merged commit 80503a6 into apache:main Nov 9, 2023
12 of 13 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Nov 9, 2023
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 80503a6.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

@nph nph deleted the nph-fix-read_chunk-docstring branch November 9, 2023 18:44
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…or FlightStreamReader and MetadataRecordBatchReader (apache#38641)

### Rationale for this change

The docs for `FlightStreamReader` and `MetadataRecordBatchReader` currently list an incorrect return type for the `read_chunk` method - see apache#34017. NB: this issue was partially addressed by apache#35583.

### What changes are included in this PR?

Simple docstring update for `read_chunk`.

### Are these changes tested?

No (v minor docstring only change)

### Are there any user-facing changes?

Yes
* Closes: apache#34017

Authored-by: Nick Hughes <[email protected]>
Signed-off-by: David Li <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…or FlightStreamReader and MetadataRecordBatchReader (apache#38641)

### Rationale for this change

The docs for `FlightStreamReader` and `MetadataRecordBatchReader` currently list an incorrect return type for the `read_chunk` method - see apache#34017. NB: this issue was partially addressed by apache#35583.

### What changes are included in this PR?

Simple docstring update for `read_chunk`.

### Are these changes tested?

No (v minor docstring only change)

### Are there any user-facing changes?

Yes
* Closes: apache#34017

Authored-by: Nick Hughes <[email protected]>
Signed-off-by: David Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Python] Incorrect return type for FlightStreamReader.read_chunk()
2 participants