Skip to content

[SPARK-27001][SQL][FOLLOW-UP] Drop Serializable in WalkedTypePath - #23973

Closed
maropu wants to merge 1 commit into
apache:masterfrom
maropu:SPARK-27001-FOLLOWUP
Closed

[SPARK-27001][SQL][FOLLOW-UP] Drop Serializable in WalkedTypePath#23973
maropu wants to merge 1 commit into
apache:masterfrom
maropu:SPARK-27001-FOLLOWUP

Conversation

@maropu

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This pr tried to drop Serializable in WalkedTypePath.

How was this patch tested?

Pass Jenkins.

@maropu

Copy link
Copy Markdown
MemberAuthor

This is a follow-up baed on the comment: #23908 (comment)

@HeartSaVioR

HeartSaVioR commented Mar 5, 2019

Copy link
Copy Markdown
Contributor

Maybe removing WalkedTypePath from logical plans would change the needs on Serializable. (Before that I clearly saw test failure when WalkedTypePath doesn't extend Serializable.)

LGTM once the full build succeeds.

@SparkQA

Copy link
Copy Markdown

Test build #103036 has finished for PR 23973 at commit 9145e48.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fancloud-fan changed the title [SPARK-27001][SQL][FOLLOW-UP][WIP] Drop Serializable in WalkedTypePath[SPARK-27001][SQL][FOLLOW-UP] Drop Serializable in WalkedTypePathMar 5, 2019
@cloud-fan

Copy link
Copy Markdown
Contributor

thanks, merging to master!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@maropu@HeartSaVioR@SparkQA@cloud-fan