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

ARROW-10250: [C++][FlightRPC] Consistently use FlightClientOptions::Defaults #9728

Closed
wants to merge 1 commit into from

Conversation

lidavidm
Copy link
Member

This is a small follow up from PR #8325 to encourage always using a Defaults() method to avoid accidentally leaving fields uninitialized.

@github-actions
Copy link

@pitrou
Copy link
Member

pitrou commented Mar 17, 2021

Can you fix the Python lint error?

@lidavidm
Copy link
Member Author

Done, sorry (I thought I ran archery locally…)

@cyb70289
Copy link
Contributor

Will merge when CI finishes

@lidavidm
Copy link
Member Author

Thanks for the review.

The integration test failure is a known one, see #9755.

@cyb70289 cyb70289 closed this in 6112255 Mar 22, 2021
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
…efaults

This is a small follow up from PR apache#8325 to encourage always using a Defaults() method to avoid accidentally leaving fields uninitialized.

Closes apache#9728 from lidavidm/arrow-10250

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
…efaults

This is a small follow up from PR apache#8325 to encourage always using a Defaults() method to avoid accidentally leaving fields uninitialized.

Closes apache#9728 from lidavidm/arrow-10250

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
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.

None yet

3 participants