From 3711236b3c5f59fb0de123995de40a5b38e8a79e Mon Sep 17 00:00:00 2001 From: Shehab <11789402+shehabgamin@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:20:32 -0700 Subject: [PATCH 1/2] update to sail 0.3.6 --- sail-partitioned/benchmark.sh | 2 +- sail-partitioned/results/c6a.2xlarge.json | 1 + sail-partitioned/results/c6a.4xlarge.json | 1 + sail-partitioned/results/c8g.4xlarge.json | 1 + sail/benchmark.sh | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 sail-partitioned/results/c6a.2xlarge.json create mode 100644 sail-partitioned/results/c6a.4xlarge.json create mode 100644 sail-partitioned/results/c8g.4xlarge.json diff --git a/sail-partitioned/benchmark.sh b/sail-partitioned/benchmark.sh index ad91b02e2..b9dfe5b15 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.6" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \ diff --git a/sail-partitioned/results/c6a.2xlarge.json b/sail-partitioned/results/c6a.2xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c6a.2xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail-partitioned/results/c6a.4xlarge.json b/sail-partitioned/results/c6a.4xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c6a.4xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail-partitioned/results/c8g.4xlarge.json b/sail-partitioned/results/c8g.4xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c8g.4xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail/benchmark.sh b/sail/benchmark.sh index 3f5a37a25..62d16c70a 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.6" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \ From 37b24156d1c338ccc6f938bf6a8a4c421dfefa7b Mon Sep 17 00:00:00 2001 From: Shehab <11789402+shehabgamin@users.noreply.github.com> Date: Fri, 3 Oct 2025 03:00:31 -0700 Subject: [PATCH 2/2] sail 0.3.7 --- 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 b9dfe5b15..78cdb734d 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.6" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \ diff --git a/sail/benchmark.sh b/sail/benchmark.sh index 62d16c70a..5b7fb3927 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.6" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \