Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-43890][CONNECT][BUILD] Upgrade buf to v1.20.0
### What changes were proposed in this pull request? The pr aims to upgrade buf from 1.19.0 to 1.20.0 ### Why are the changes needed? 1.Release Notes: https://github.com/bufbuild/buf/releases, improvment as follow: - Add --emit-defaults flag to buf curl to emit default values in JSON-encoded responses. - Indent JSON-encoded responses from buf curl by default. - Log a warning in case an import statement does not point to a file in the module, a file in a direct dependency, or a well-known type file. 2.bufbuild/buf@v1.19.0...v1.20.0 3.Manually test: dev/connect-gen-protos.sh, this upgrade will not change the generated files. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Manually test - Pass GA Closes apache#41394 from panbingkun/SPARK-43890. Authored-by: panbingkun <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information