-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-25313][SQL][FOLLOW-UP][BACKPORT-2.3] Fix InsertIntoHiveDirCommand output schema in Parquet issue #22387
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
[SPARK-25313][SQL][FOLLOW-UP][BACKPORT-2.3] Fix InsertIntoHiveDirCommand output schema in Parquet issue #22387
Conversation
…ema in Parquet issue
|
LGTM |
dongjoon-hyun
left a comment
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.
+1, LGTM.
|
Test build #95910 has finished for PR 22387 at commit
|
|
Retest this please |
|
Test build #95916 has finished for PR 22387 at commit
|
|
retest this please |
|
Test build #95921 has finished for PR 22387 at commit
|
|
retest this please |
gengliangwang
left a comment
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.
LGTM
|
Test build #95925 has finished for PR 22387 at commit
|
|
retest this please |
|
Test build #95933 has finished for PR 22387 at commit
|
|
Merged to branch-2.3. |
…and output schema in Parquet issue ## What changes were proposed in this pull request? Backport #22359 to branch-2.3. ## How was this patch tested? unit tests Closes #22387 from wangyum/SPARK-25313-FOLLOW-UP-branch-2.3. Authored-by: Yuming Wang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
Since this is merged, could you close this PR, @wangyum ? |
What changes were proposed in this pull request?
Backport #22359 to branch-2.3.
How was this patch tested?
unit tests