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

Fix Spark cross publish #580

Merged
merged 3 commits into from
Nov 10, 2021

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Nov 9, 2021

Checking artifacts today I notcied that -spark3x artifacts are emtpy 🤦
This PR should address this issue, I'll release the 0.11.1 shortly after verifying that it works.

The local publish now 100% works, still have no idea how it "worked" before 🤦, mb I checked only core imports (and it worked since in this case it is a common dep) and than I switched to 3.2 usage.

@pomadchin pomadchin added the fix label Nov 9, 2021
build.sbt Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #580 (474a3f3) into master (2f228f1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #580   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files          65       65           
  Lines        1134     1134           
  Branches       12        5    -7     
=======================================
  Hits         1079     1079           
  Misses         55       55           
Flag Coverage Δ
2.12.15 95.14% <ø> (ø)
2.13.7 95.78% <ø> (-0.62%) ⬇️

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f228f1...474a3f3. Read the comment docs.

@pomadchin pomadchin force-pushed the fix/spark-cross-publish branch 2 times, most recently from 2a1938c to 6e4baab Compare November 10, 2021 01:35
@pomadchin pomadchin force-pushed the fix/spark-cross-publish branch 2 times, most recently from 55e1cc5 to 18abed3 Compare November 10, 2021 02:34
@pomadchin pomadchin force-pushed the fix/spark-cross-publish branch from 18abed3 to 474a3f3 Compare November 10, 2021 02:40
@@ -48,13 +50,18 @@ lazy val root = Project("frameless", file("." + "frameless")).in(file("."))
.settings(
/** Not all Spark versions support Scala 2.13. These commands are launched for the supported subset of projects only. */
commands ++= Seq(
commandCrossVersion("frameless-test")(projectsCrossVersion.map(_ + "/test") ::: projectsCrossVersion.map(_ + "/test/coverageReport"), "test" :: "coverageReport" :: Nil).value,
// run tests separately for different Spark versions to reduce pressure on CI
Copy link
Member Author

Choose a reason for hiding this comment

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

Even locally it is challenging to run all of these tests in parallel

@pomadchin
Copy link
Member Author

Mering it! Will publish a fresh release after testing snapshots.

@pomadchin pomadchin merged commit e850090 into typelevel:master Nov 10, 2021
@pomadchin pomadchin deleted the fix/spark-cross-publish branch November 10, 2021 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant