Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spark-core, spark-mllib, spark-sql to 3.3.2 #690

Merged
merged 2 commits into from
Feb 25, 2023

Conversation

typelevel-steward[bot]
Copy link
Contributor

Updates

from 3.3.1 to 3.3.2.

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!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.spark" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.spark" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@@ -1610,13 +1617,14 @@ class NonAggregateFunctionsTests extends TypedDatasetSuite {
import spark.implicits._

def prop(values: List[X1[String]])(implicit encX1: Encoder[X1[String]]) = {
val cDS = session.createDataset(values)
val valuesBase64 = values.map(base64X1String)
val cDS = session.createDataset(valuesBase64)
Copy link
Member

Choose a reason for hiding this comment

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

A surprise how did this test pass before.

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #690 (1bec59b) into master (61865c8) will decrease coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #690      +/-   ##
==========================================
- Coverage   95.14%   95.00%   -0.15%     
==========================================
  Files          65       65              
  Lines        1174     1180       +6     
  Branches       23       35      +12     
==========================================
+ Hits         1117     1121       +4     
- Misses         57       59       +2     
Flag Coverage Δ
2.12.16 95.00% <ø> (-0.15%) ⬇️
2.13.10 95.60% <ø> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cats/src/main/scala/frameless/cats/implicits.scala 68.00% <0.00%> (-5.92%) ⬇️
...ned/src/main/scala/frameless/refined/package.scala 66.66% <0.00%> (-4.77%) ⬇️
...taset/src/main/scala/frameless/InjectionEnum.scala 100.00% <0.00%> (ø)
...taset/src/main/scala/frameless/functions/Udf.scala 88.23% <0.00%> (+1.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pomadchin pomadchin merged commit 33fabcc into master Feb 25, 2023
@pomadchin pomadchin deleted the update/spark-core-3.3.2 branch February 25, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant