-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-37635: [Format][C++][Go] Add app_metadata to FlightInfo and FlightEndpoint #37679
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
Conversation
|
|
|
Could we also add unit/integration tests? |
|
@lidavidm currently in the process of doing so |
|
I think we generally require integration tests as well? |
|
I'll set up integration tests for this sometime this week! |
|
Can you rebase? It appears integration tests didn't run |
ff4518e to
9dd2574
Compare
|
rebased! |
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
I'll merge #37867 and rebase this to fix CI failures. |
|
Thanks @kou! Hopefully we can get one more vote on the ML so that we can close the vote and merge this. I'll see if i can poke some people |
|
To be clear, there's no requirement that the |
|
@pitrou correct there's no requirement for it, the integration test is just using that to validate the values are as expected |
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 92de9a3. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…FlightEndpoint (apache#37679) ### Rationale for this change As suggested here: apache#37635 (comment) this just adds an `app_metadata` field to FlightInfo and FlightEndpoint ### What changes are included in this PR? Just the updated proto file and the generated Go code from the proto ### Are there any user-facing changes? Yes. **This PR includes breaking changes to public APIs.** * Closes: apache#37635 Lead-authored-by: Matt Topol <zotthewizard@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…FlightEndpoint (apache#37679) ### Rationale for this change As suggested here: apache#37635 (comment) this just adds an `app_metadata` field to FlightInfo and FlightEndpoint ### What changes are included in this PR? Just the updated proto file and the generated Go code from the proto ### Are there any user-facing changes? Yes. **This PR includes breaking changes to public APIs.** * Closes: apache#37635 Lead-authored-by: Matt Topol <zotthewizard@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Rationale for this change
As suggested here: #37635 (comment) this just adds an
app_metadatafield to FlightInfo and FlightEndpointWhat changes are included in this PR?
Just the updated proto file and the generated Go code from the proto
Are there any user-facing changes?
Yes.
This PR includes breaking changes to public APIs.