-
Notifications
You must be signed in to change notification settings - Fork 235
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 spark330shim to use released lib #5848
Update spark330shim to use released lib #5848
Conversation
This reverts commit 53cfa49.
Signed-off-by: Peixin Li <pxli@nyu.edu>
build |
1 similar comment
build |
@@ -171,6 +171,7 @@ case $DIST_PROFILE in | |||
313 | |||
320 | |||
321 | |||
330 |
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.
We should drop it from snapshots?(WithDatabricks))
on L162
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.
good catch! updated
build |
// temporarily allow 3.3.1 while 3.3.0 release candidates are being produced | ||
private val VERSION331 = SparkShimVersion(3, 3, 1) | ||
val VERSIONNAMES = Seq(VERSION, VERSION331).flatMap(v => Seq(s"$v", s"$v-SNAPSHOT")) | ||
val VERSIONNAMES = Seq(s"$VERSION", s"$VERSION-SNAPSHOT") |
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.
Snapshot support should have been removed here, posted a fix at #5858. I don't think it's must-fix for 22.06.
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.
thanks!
fix #5698
revert #5693
and update spark330 shim as non-snapshot profile