-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-23421] [SQL] Document the behavior change in SPARK-22356 #20606
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
Conversation
cc @cloud-fan |
Test build #87442 has finished for PR 20606 at commit
|
Retest this please |
Test build #87448 has finished for PR 20606 at commit
|
@@ -195,7 +195,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils { | |||
|
|||
object PROCESS_TABLES extends QueryTest with SQLTestUtils { | |||
// Tests the latest version of every release line. | |||
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.0") | |||
val testingVersions = Seq("2.0.2", "2.1.2", "2.2.0", "2.2.1") |
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.
Please don't mix this into a PR with title Document
.
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.
This is to verify what we explained in doc is correct.
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.
Yep. Please update the title to include that, too.
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.
Already has it in the PR description.
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.
The main goal of this PR is not to test it but to document it. We need another backport PR to SPARK 2.2 without the test.
LGTM |
## What changes were proposed in this pull request? #19579 introduces a behavior change. We need to document it in the migration guide. ## How was this patch tested? Also update the HiveExternalCatalogVersionsSuite to verify it. Author: gatorsmile <gatorsmile@gmail.com> Closes #20606 from gatorsmile/addMigrationGuide. (cherry picked from commit a77ebb0) Signed-off-by: gatorsmile <gatorsmile@gmail.com>
Thanks! Merged to master/2.3 |
What changes were proposed in this pull request?
#19579 introduces a behavior change. We need to document it in the migration guide.
How was this patch tested?
Also update the HiveExternalCatalogVersionsSuite to verify it.