[
https://issues.apache.org/jira/browse/HUDI-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485012#comment-17485012
]
Alexey Kudinkin commented on HUDI-3348:
---------------------------------------
Would also be great to add test to make sure that we don't regress on this next
time.
Along the lines of
{code:java}
split = new Split()
bytes = write(split)
clone = read(bytes)
assertEquals(split, clone){code}
> HoodieRealtimeFileSplit losing info when serialized/deserialized
> ----------------------------------------------------------------
>
> Key: HUDI-3348
> URL: https://issues.apache.org/jira/browse/HUDI-3348
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Alexey Kudinkin
> Assignee: sivabalan narayanan
> Priority: Blocker
> Fix For: 0.11.0
>
> Attachments: Screen Shot 2022-01-31 at 5.30.12 PM.png
>
>
> [https://github.com/apache/hudi/pull/3865] added new field deltaLogFiles
> !Screen Shot 2022-01-31 at 5.30.12 PM.png!
>
> But it didn't corresponding modify the {{{}readFields{}}}, {{write}} routines
> that Hive is using to ser/de splits, meaning that essentially this info is
> lost upon passing the data b/w executors.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)