apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.45k stars 2.42k forks source link

[MINOR] Register more classes with Kryo #12268

Open the-other-tim-brown opened 5 days ago

the-other-tim-brown commented 5 days ago

Change Logs

Impact

Risk level (write none, low medium or high below)

None

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".

Contributor's checklist

hudi-bot commented 5 days ago

CI report:

Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build
the-other-tim-brown commented 3 days ago

cool Is there a way we can search through entire code base and ensure we have all of them tracked here that needs kryo serialization?

@nsivabalan there is a way to configure Kryo to fail if you encounter an unregistered class. We could do that to flush out the remaining classes