From 19e206108b1c4b6ca050ceb03148a0e24ef0a8c8 Mon Sep 17 00:00:00 2001 From: Heran Lin Date: Tue, 14 Apr 2026 20:45:17 +0800 Subject: [PATCH 1/2] Update Sail to 0.6 --- sail-partitioned/benchmark.sh | 2 +- sail/benchmark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sail-partitioned/benchmark.sh b/sail-partitioned/benchmark.sh index c65266e460..dec7af122e 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -45,7 +45,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail==0.5.2" +pip install --no-cache-dir "pysail>=0.6.0,<0.7.0" pip install "pyspark-client==4.1.1" \ pandas \ psutil diff --git a/sail/benchmark.sh b/sail/benchmark.sh index 3e81894a6b..9824652578 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -45,7 +45,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail==0.5.2" +pip install --no-cache-dir "pysail>=0.6.0,<0.7.0" pip install "pyspark-client==4.1.1" \ pandas \ psutil From f8a4389f5afa6b625d041118a74cde986197b797 Mon Sep 17 00:00:00 2001 From: Heran Lin Date: Mon, 11 May 2026 15:17:52 +0800 Subject: [PATCH 2/2] Update --- sail-partitioned/benchmark.sh | 2 +- sail/benchmark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sail-partitioned/benchmark.sh b/sail-partitioned/benchmark.sh index dec7af122e..53c1dd3306 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -45,7 +45,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail>=0.6.0,<0.7.0" +pip install --no-cache-dir "pysail==0.6.2" pip install "pyspark-client==4.1.1" \ pandas \ psutil diff --git a/sail/benchmark.sh b/sail/benchmark.sh index 9824652578..09ce4be402 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -45,7 +45,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail>=0.6.0,<0.7.0" +pip install --no-cache-dir "pysail==0.6.2" pip install "pyspark-client==4.1.1" \ pandas \ psutil