This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 80dc64a573e1 Revert "[SPARK-46316][CORE] Enable `buf-lint-action` on 
`core` module"
80dc64a573e1 is described below

commit 80dc64a573e1c7678f92f8690f09a52329f7d30b
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Dec 7 20:03:01 2023 -0800

    Revert "[SPARK-46316][CORE] Enable `buf-lint-action` on `core` module"
    
    This reverts commit dcbae0643ce145df6cd0a7a68af3fdd1a062587b.
---
 .github/workflows/build_and_test.yml |  4 ----
 core/src/main/protobuf/buf.yaml      | 23 -----------------------
 2 files changed, 27 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index e54883552920..0e1a4a810f8a 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -583,10 +583,6 @@ jobs:
       uses: bufbuild/buf-setup-action@v1
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
-    - name: Protocol Buffers Linter
-      uses: bufbuild/buf-lint-action@v1
-      with:
-        input: core/src/main/protobuf
     # Change 'branch-3.5' to 'branch-4.0' in master branch after cutting 
branch-4.0 branch.
     - name: Breaking change detection against branch-3.5
       uses: bufbuild/buf-breaking-action@v1
diff --git a/core/src/main/protobuf/buf.yaml b/core/src/main/protobuf/buf.yaml
deleted file mode 100644
index 47f69191a5c7..000000000000
--- a/core/src/main/protobuf/buf.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-version: v1
-breaking:
-  use:
-    - FILE
-lint:
-  use:
-    - BASIC


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to