Skip to content

Commit d676871

Browse files
committed
build: bump pyspark to 3.5.5 and address review comments
1 parent 41939d6 commit d676871

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pandas = "2.3.3"
4343
polars = "0.20.31"
4444
pyarrow = "23.0.1"
4545
pydantic = "1.10.19"
46-
pyspark = ">=3.5.0,<=3.5.2"
46+
pyspark = ">=3.5.0,<=3.5.5"
4747
typing_extensions = "4.15.0"
4848
urllib3 = "2.7.0" # dependency of boto3 & botocore
4949

src/dve/core_engine/backends/implementations/spark/contract.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def apply_data_contract(
147147
self.logger.info(f"Data contract found {msg_count} issues in {entity_name}")
148148

149149
try:
150+
# TODO: will need to revisit in pydantic v2 bump as model field no longer available
150151
record_df = record_df.select(
151152
*[
152153
(

0 commit comments

Comments
 (0)