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-36893: [Go][Flight] Expose underlying protobuf definitions #36895

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

zeroshade
Copy link
Member

@zeroshade zeroshade commented Jul 26, 2023

What changes are included in this PR?

Shifting generated protobuf code for flight/flightsql to have the path arrow/flight/gen/flight rather than arrow/flight/internal/flight so that they are exposed and exported.

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels Jul 26, 2023
@zeroshade zeroshade merged commit 7c0451c into apache:main Jul 26, 2023
39 checks passed
@zeroshade zeroshade removed the awaiting merge Awaiting merge label Jul 26, 2023
@zeroshade zeroshade deleted the expose-flight branch July 26, 2023 16:50
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 7c0451c.

There were 2 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

R-JunmingChen pushed a commit to R-JunmingChen/arrow that referenced this pull request Aug 20, 2023
…pache#36895)

### What changes are included in this PR?
Shifting generated protobuf code for flight/flightsql to have the path `arrow/flight/gen/flight` rather than `arrow/flight/internal/flight` so that they are exposed and exported.

* Closes: apache#36893

Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…pache#36895)

### What changes are included in this PR?
Shifting generated protobuf code for flight/flightsql to have the path `arrow/flight/gen/flight` rather than `arrow/flight/internal/flight` so that they are exposed and exported.

* Closes: apache#36893

Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.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.

[Go][Flight] Expose the underlying Flight Protobuf Objects
2 participants