Skip to content
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-42097][CORE] Register SerializedLambda and BitSet to KryoSerializer #39621

Closed
wants to merge 1 commit into from
Closed

[SPARK-42097][CORE] Register SerializedLambda and BitSet to KryoSerializer #39621

wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

This PR aims to register SerializedLambda and BitSet to KryoSerializer.

Why are the changes needed?

Although SPARK-42074 enabled spark.kryo.registrationRequired in TPCDSQueryBenchmark, SerializedLambda and BitSet seems to occur during code gen part.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-42097][CORE] Register SerializedLambda and BitSet to KryoSerializer [SPARK-42097][CORE] Register SerializedLambda and BitSet to KryoSerializer Jan 17, 2023
@github-actions github-actions bot added the CORE label Jan 17, 2023
Copy link
Member Author

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you review this please, @viirya ? I caught this by running TPCDS in the cluster. It was a little difficult to add a test case for these like SerializedLambda.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya !

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon .

@dongjoon-hyun
Copy link
Member Author

This is manually tested. Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-42097 branch January 17, 2023 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants