GH-37635: [Format][C++][Go] Add app_metadata to FlightInfo and FlightEndpoint#37679
GH-37635: [Format][C++][Go] Add app_metadata to FlightInfo and FlightEndpoint#37679zeroshade merged 13 commits intoapache:mainfrom
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! |
|
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.