From 20da24d8190dcc7ef5d883a875494119f24021a7 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Tue, 6 Jun 2023 06:53:12 +0800 Subject: [PATCH 1/4] [SPARK-43974][CONNECT][BUILD] Upgrade buf to v1.21.0 --- .github/workflows/build_and_test.yml | 2 +- python/docs/source/development/contributing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8aa0f42916e6e..def177857955f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -616,7 +616,7 @@ jobs: - name: Install dependencies for Python code generation check run: | # See more in "Installation" https://docs.buf.build/installation#tarball - curl -LO https://github.com/bufbuild/buf/releases/download/v1.20.0/buf-Linux-x86_64.tar.gz + curl -LO https://github.com/bufbuild/buf/releases/download/v1.21.0/buf-Linux-x86_64.tar.gz mkdir -p $HOME/buf tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1 python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0' diff --git a/python/docs/source/development/contributing.rst b/python/docs/source/development/contributing.rst index 32ae440711b7e..c11fa7116e1c7 100644 --- a/python/docs/source/development/contributing.rst +++ b/python/docs/source/development/contributing.rst @@ -120,7 +120,7 @@ Prerequisite PySpark development requires to build Spark that needs a proper JDK installed, etc. See `Building Spark `_ for more details. -Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.20.0`` is required, see `Buf Installation `_ for more details. +Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.21.0`` is required, see `Buf Installation `_ for more details. Conda ~~~~~ From d9d4836ef1e318e5e3127a7523383c58f0ef35c8 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Sat, 24 Jun 2023 08:42:53 +0800 Subject: [PATCH 2/4] [SPARK-43974][CONNECT][BUILD] Upgrade buf to v1.22.0 --- .github/workflows/build_and_test.yml | 2 +- python/docs/source/development/contributing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 03fed8ff1cdfc..81b31359af5a6 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -631,7 +631,7 @@ jobs: - name: Install dependencies for Python code generation check run: | # See more in "Installation" https://docs.buf.build/installation#tarball - curl -LO https://github.com/bufbuild/buf/releases/download/v1.21.0/buf-Linux-x86_64.tar.gz + curl -LO https://github.com/bufbuild/buf/releases/download/v1.22.0/buf-Linux-x86_64.tar.gz mkdir -p $HOME/buf tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1 python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0' diff --git a/python/docs/source/development/contributing.rst b/python/docs/source/development/contributing.rst index c11fa7116e1c7..a85a723d20738 100644 --- a/python/docs/source/development/contributing.rst +++ b/python/docs/source/development/contributing.rst @@ -120,7 +120,7 @@ Prerequisite PySpark development requires to build Spark that needs a proper JDK installed, etc. See `Building Spark `_ for more details. -Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.21.0`` is required, see `Buf Installation `_ for more details. +Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.22.0`` is required, see `Buf Installation `_ for more details. Conda ~~~~~ From 3509d46dadc9c3d756979f60fa2325658bedcb0d Mon Sep 17 00:00:00 2001 From: panbingkun Date: Fri, 30 Jun 2023 10:58:41 +0800 Subject: [PATCH 3/4] [SPARK-43974][CONNECT][BUILD] Upgrade buf to v1.23.0 --- .github/workflows/build_and_test.yml | 2 +- python/docs/source/development/contributing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 51aacb06d5e65..55cd73b53f9ff 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -631,7 +631,7 @@ jobs: - name: Install dependencies for Python code generation check run: | # See more in "Installation" https://docs.buf.build/installation#tarball - curl -LO https://github.com/bufbuild/buf/releases/download/v1.22.0/buf-Linux-x86_64.tar.gz + curl -LO https://github.com/bufbuild/buf/releases/download/v1.23.0/buf-Linux-x86_64.tar.gz mkdir -p $HOME/buf tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1 python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0' diff --git a/python/docs/source/development/contributing.rst b/python/docs/source/development/contributing.rst index a85a723d20738..e86f2e56cceda 100644 --- a/python/docs/source/development/contributing.rst +++ b/python/docs/source/development/contributing.rst @@ -120,7 +120,7 @@ Prerequisite PySpark development requires to build Spark that needs a proper JDK installed, etc. See `Building Spark `_ for more details. -Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.22.0`` is required, see `Buf Installation `_ for more details. +Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.23.0`` is required, see `Buf Installation `_ for more details. Conda ~~~~~ From d2ce518dd30f2dba2be19d6bc43ab78aad66b051 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Sat, 1 Jul 2023 08:24:43 +0800 Subject: [PATCH 4/4] [SPARK-43974][CONNECT][BUILD] Upgrade buf to v1.23.1 --- .github/workflows/build_and_test.yml | 2 +- python/docs/source/development/contributing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 55cd73b53f9ff..23d5a94c32021 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -631,7 +631,7 @@ jobs: - name: Install dependencies for Python code generation check run: | # See more in "Installation" https://docs.buf.build/installation#tarball - curl -LO https://github.com/bufbuild/buf/releases/download/v1.23.0/buf-Linux-x86_64.tar.gz + curl -LO https://github.com/bufbuild/buf/releases/download/v1.23.1/buf-Linux-x86_64.tar.gz mkdir -p $HOME/buf tar -xvzf buf-Linux-x86_64.tar.gz -C $HOME/buf --strip-components 1 python3.9 -m pip install 'protobuf==3.19.5' 'mypy-protobuf==3.3.0' diff --git a/python/docs/source/development/contributing.rst b/python/docs/source/development/contributing.rst index e86f2e56cceda..fa7bf11f6da08 100644 --- a/python/docs/source/development/contributing.rst +++ b/python/docs/source/development/contributing.rst @@ -120,7 +120,7 @@ Prerequisite PySpark development requires to build Spark that needs a proper JDK installed, etc. See `Building Spark `_ for more details. -Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.23.0`` is required, see `Buf Installation `_ for more details. +Note that if you intend to contribute to Spark Connect in Python, ``buf`` version ``1.23.1`` is required, see `Buf Installation `_ for more details. Conda ~~~~~