Skip to content

Commit

Permalink
Bump sonic-rs from 0.3.14 to 0.3.16 (#647)
Browse files Browse the repository at this point in the history
Bumps [sonic-rs](https://github.com/cloudwego/sonic-rs) from 0.3.14 to 0.3.16.
- [Release notes](https://github.com/cloudwego/sonic-rs/releases)
- [Commits](cloudwego/sonic-rs@0.3.14...0.3.16)

---
updated-dependencies:
- dependency-name: sonic-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and zhangli20 committed Nov 20, 2024
1 parent 8204cdc commit 0bcc695
Show file tree
Hide file tree
Showing 82 changed files with 5,418 additions and 7,406 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/tpcds-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,13 @@ jobs:
- name: Install Blaze JAR
run: cp blaze-engine-*${{ inputs.sparkver }}*.jar spark-bin-${{ inputs.sparkver }}/jars/

- name: Run with BHJ
- name: Run
run: |
export RUST_LOG=ERROR
export RUST_BACKTRACE=1
SPARK_HOME=spark-bin-${{ inputs.sparkver }} dev/run-tpcds-test \
--data-location dev/tpcds_1g \
--conf spark.driver.memory=3g \
--conf spark.driver.memoryOverhead=2048 \
--query-filter ${{ matrix.query }}
- name: Run without BHJ
run: |
export RUST_LOG=ERROR
export RUST_BACKTRACE=1
SPARK_HOME=spark-bin-${{ inputs.sparkver }} dev/run-tpcds-test \
--conf spark.sql.autoBroadcastJoinThreshold=-1 \
--conf spark.driver.memory=3g \
--conf spark.driver.memoryOverhead=2048 \
--data-location dev/tpcds_1g \
--conf spark.driver.memoryOverhead=2536 \
--conf spark.sql.broadcastTimeout=900s \
--query-filter ${{ matrix.query }}
Loading

0 comments on commit 0bcc695

Please sign in to comment.