Skip to content

Commit c8ec824

Browse files
Merge pull request #632 from shehabgamin/sail-0-3-6
chore: update to sail 0.3.7
2 parents 4d732bd + 37b2415 commit c8ec824

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

sail-partitioned/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "Install Python packages"
4242
python3 -m venv myenv
4343
source myenv/bin/activate
4444
pip install --upgrade setuptools wheel
45-
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail
45+
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail
4646
pip install "pyspark-client==4.0.0" \
4747
"protobuf==5.28.3" \
4848
"grpcio==1.71.2" \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

sail/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "Install Python packages"
4242
python3 -m venv myenv
4343
source myenv/bin/activate
4444
pip install --upgrade setuptools wheel
45-
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail
45+
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail
4646
pip install "pyspark-client==4.0.0" \
4747
"protobuf==5.28.3" \
4848
"grpcio==1.71.2" \

0 commit comments

Comments
 (0)