-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 maptype doesn't use the frameless injection properly #421
Conversation
cc @thesamet |
Can you rebase so the change is tested in CI? Also are the changes in |
7ca5802
to
f5c0165
Compare
Just rebased. No they are not necessary but I only have jdk 17 installed. |
@thesamet friendly bump |
build.sbt
Outdated
@@ -105,7 +105,25 @@ lazy val `sparksql-scalapb` = (projectMatrix in file("sparksql-scalapb")) | |||
scalapbPlugin(scalapb.value.scalapbVersion) -> (Test / sourceManaged).value | |||
), | |||
Test / run / fork := true, | |||
Test / javaOptions ++= Seq("-Xmx2G") | |||
Test / fork := true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be moved and explored on a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thesamet friendly bump
f5c0165
to
3e9715b
Compare
Thanks for fixing this! |
also fix test forking and add jvm flags to run tests in jdk17.