Raghav Aggarwal created TEZ-4709:
------------------------------------
Summary: Fix Protobuf linter (buf) failures by upgrading in build
environment
Key: TEZ-4709
URL: https://issues.apache.org/jira/browse/TEZ-4709
Project: Apache Tez
Issue Type: Improvement
Reporter: Raghav Aggarwal
Assignee: Raghav Aggarwal
Tez is using buf version 0.21.0 which is old and has different syntax compared
to latest buf which is causing failure in Tez CI.
{code:java}
Error: unknown command "lint" for "buf"
Run 'buf --help' for usage.
unknown command "lint" for "buf" {code}
Upgrading to latest will fix the issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)