Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
0.5
Description
https://github.com/apache/hudi/pull/3865 added new field deltaLogFiles
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 is likely impacting HUDI-2762