Skip to content

WIP: supports falling back hash join to sort merge join when hash table is too big #1984

WIP: supports falling back hash join to sort merge join when hash table is too big

WIP: supports falling back hash join to sort merge join when hash table is too big #1984

Workflow file for this run

name: TPC-DS
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
test-spark-30:
name: Test spark-3.0
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.0
sparkurl: https://mirrors.huaweicloud.com/apache/spark/spark-3.0.3/spark-3.0.3-bin-hadoop2.7.tgz
test-spark-31:
name: Test spark-3.1
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.1
sparkurl: https://mirrors.huaweicloud.com/apache/spark/spark-3.1.3/spark-3.1.3-bin-hadoop2.7.tgz
test-spark-32:
name: Test spark-3.2
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.2
sparkurl: https://mirrors.huaweicloud.com/apache/spark/spark-3.2.4/spark-3.2.4-bin-hadoop2.7.tgz
test-spark-33:
name: Test spark-3.3
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.3
sparkurl: https://mirrors.huaweicloud.com/apache/spark/spark-3.3.4/spark-3.3.4-bin-hadoop3.tgz
test-spark-34:
name: Test spark-3.4
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.4
sparkurl: https://mirrors.huaweicloud.com/apache/spark/spark-3.4.3/spark-3.4.3-bin-hadoop3.tgz
test-spark-35:
name: Test spark-3.5
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.5
sparkurl: https://archive.apache.org/dist/spark/spark-3.5.4/spark-3.5.4-bin-hadoop3.tgz