Skip to content

GH-46481: [C++][Python] Allow nullable schema in FlightInfo #46489

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented May 18, 2025

Rationale for this change

The underlying Protobuf field is always nullable and other implementations allow this.

What changes are included in this PR?

Allow empty/nonpresent schema in FlightInfo

Are these changes tested?

Yes

Are there any user-facing changes?

Yes, the getter may now be None. (Previously, this would instead crash, so I believe this is not a breaking change.)

Closes #37677.
Closes #46481.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants