Skip to content

Commit 93d7d1a

Browse files
build: upgrade pyspark
pyspark from 3.4 -> 3.5.2 and delta spark 2.4 -> 3.2.0
1 parent 731bdbe commit 93d7d1a

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages = [
3333
python = ">=3.10,<3.13"
3434
boto3 = ">=1.34.162,<1.36" # breaking change beyond 1.36
3535
botocore = ">=1.34.162,<1.36" # breaking change beyond 1.36
36-
delta-spark = "2.4.*"
36+
delta-spark = "3.2.0"
3737
duckdb = "1.1.*" # breaking changes beyond 1.1
3838
Jinja2 = "3.1.*"
3939
lxml = "^4.9.1"
@@ -43,7 +43,7 @@ pandas = "^2.2.2"
4343
polars = "0.20.*"
4444
pyarrow = "^17.0.0"
4545
pydantic = "1.10.16"
46-
pyspark = "3.4.*"
46+
pyspark = "3.5.2"
4747
typing_extensions = "^4.6.2"
4848

4949
[tool.poetry.group.dev]

tests/features/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_spark_session() -> SparkSession:
8989
os.environ["PYSPARK_SUBMIT_ARGS"] = " ".join(
9090
[
9191
"--packages",
92-
"com.databricks:spark-xml_2.12:0.16.0,io.delta:delta-core_2.12:2.4.0",
92+
"com.databricks:spark-xml_2.12:0.16.0,io.delta:delta-spark_2.12:3.2.0",
9393
"pyspark-shell",
9494
]
9595
)

0 commit comments

Comments
 (0)