From f6bb8a47085b888d12041d1bb9c9891e401c8bf9 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Wed, 28 Aug 2024 11:26:48 -0700 Subject: [PATCH 1/4] Use windows 2019 --- .github/workflows/python-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index 7d528a0c0a..fb86d023ec 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -25,7 +25,7 @@ jobs: build: strategy: matrix: - os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + os: ['ubuntu-latest', 'windows-2019', 'macos-latest'] runs-on: ${{ matrix.os }} defaults: run: From 4740f5b35d4b86632e7430a94edd4d7c14a61601 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Wed, 28 Aug 2024 11:31:09 -0700 Subject: [PATCH 2/4] Trigger build --- .../scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala index f4ab6870af..5ad5ec2471 100644 --- a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala +++ b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala @@ -25,6 +25,7 @@ import org.locationtech.jts.geom.Envelope class optVizOperatorTest extends VizTestBase { + describe("SedonaViz SQL function Test") { it("Passed full pipeline using optimized operator") { From 4fbaa85e41c98e2ae44737174aa95941c566ab7e Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Wed, 28 Aug 2024 13:49:59 -0700 Subject: [PATCH 3/4] Try new cibuildtool version --- .github/workflows/python-wheel.yml | 4 ++-- .../scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index fb86d023ec..6b6bb5fa62 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -25,7 +25,7 @@ jobs: build: strategy: matrix: - os: ['ubuntu-latest', 'windows-2019', 'macos-latest'] + os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] runs-on: ${{ matrix.os }} defaults: run: @@ -38,7 +38,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_SKIP: 'pp* *musl*' CIBW_ARCHS_LINUX: 'x86_64 aarch64' diff --git a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala index 5ad5ec2471..92280b1add 100644 --- a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala +++ b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala @@ -25,7 +25,7 @@ import org.locationtech.jts.geom.Envelope class optVizOperatorTest extends VizTestBase { - + // Test the optimized visualization operator describe("SedonaViz SQL function Test") { it("Passed full pipeline using optimized operator") { From 39c7eb105341db1b7b136768ebed9e79f202921f Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Wed, 28 Aug 2024 14:08:51 -0700 Subject: [PATCH 4/4] Remove change in the source code --- .../scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala index 92280b1add..f4ab6870af 100644 --- a/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala +++ b/spark/common/src/test/scala/org/apache/sedona/viz/sql/optVizOperatorTest.scala @@ -25,7 +25,6 @@ import org.locationtech.jts.geom.Envelope class optVizOperatorTest extends VizTestBase { - // Test the optimized visualization operator describe("SedonaViz SQL function Test") { it("Passed full pipeline using optimized operator") {