Open scala-steward opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.70%. Comparing base (
5f1c1de
) to head (2b10f56
).
:octocat: This is an auto-generated comment created by:
Actor | Triggering actor | Sender |
scala-steward |
scala-steward |
scala-steward |
---|---|---|
Triggered by: - Workflow name: "CI" at .github/workflows/ci.yml - URL: [https://github.com/hablapps/doric/actions/runs/10926564003](https://github.com/hablapps/doric/actions/runs/10926564003) - on workflow_run:completed |
Test summary report 📊
Spark version | testing |
---|---|
3.0.0 | |
3.0.1 | |
3.0.2 | |
3.0 | |
3.1.0 | |
3.1.1 | |
3.1.2 | |
3.1 | |
3.2.0 | |
3.2.1 | |
3.2.2 | |
3.2 | |
3.3.0 | |
3.3.1 | |
3.3.2 | |
3.3.3 | |
3.3 | |
3.4.0 | |
3.4.1 | |
3.4 | |
3.5.0 | |
3.5 |
About this PR
📦 Updates org.apache.spark:spark-sql from
3.5.1
to3.5.3
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
🔍 Files still referring to the old version number
The following files still refer to the old version number (3.5.1). You might want to review and update them manually. ``` README.md docs/docs/docs/api.md docs/docs/docs/quickstart.md ```⚙ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.apache.spark", artifactId = "spark-sql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" } }] ```labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1