Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubsublite/spark-connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyspark[sql]==3.5.5
pyspark[sql]==3.5.7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This pyspark dependency update is for the Pub/Sub Lite Spark connector. As noted in spark_streaming_test.py, this connector is deprecated and its tests are currently skipped. This means the change in this PR is not being validated by any tests, introducing a risk of breakage, even for a patch update. To mitigate this, I recommend either re-enabling a minimal set of tests to cover this dependency or configuring Renovate to stop updating dependencies for this deprecated component.