Skip to content

Commit

Permalink
Update pyspark versions (#835)
Browse files Browse the repository at this point in the history
Signed-off-by: GBBBAS <bryce.bartmann@shell.com>
  • Loading branch information
GBBBAS authored Oct 29, 2024
1 parent 975f96c commit b3f674e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
pyspark: ["3.5.2"]
delta-spark: ["3.2.1"]
pyspark: ["3.5.3"]
delta-spark: ["3.0.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
28 changes: 22 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,30 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
pyspark: ["3.3.0", "3.3.1", "3.3.2", "3.4.0", "3.4.1", "3.5.0", "3.5.1"]
pyspark:
[
"3.3.0",
"3.3.1",
"3.3.2",
"3.4.0",
"3.4.1",
"3.5.0",
"3.5.1",
"3.5.2",
]
exclude:
- pyspark: "3.5.0"
- pyspark: "3.5.2"
python-version: "3.9"
- pyspark: "3.5.0"
- pyspark: "3.5.2"
python-version: "3.10"
- pyspark: "3.5.1"
python-version: "3.9"
- pyspark: "3.5.1"
python-version: "3.10"
- pyspark: "3.5.0"
python-version: "3.9"
- pyspark: "3.5.0"
python-version: "3.10"
- pyspark: "3.4.1"
python-version: "3.9"
- pyspark: "3.4.1"
Expand Down Expand Up @@ -65,7 +79,9 @@ jobs:
- pyspark: "3.5.0"
delta-spark: "3.0.0"
- pyspark: "3.5.1"
delta-spark: "3.1.0"
delta-spark: "3.0.0"
- pyspark: "3.5.2"
delta-spark: "3.0.0"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,8 +125,8 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
pyspark: ["3.5.2"]
delta-spark: ["3.2.1"]
pyspark: ["3.5.3"]
delta-spark: ["3.0.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b3f674e

Please sign in to comment.