the-other-tim-brown commented on code in PR #13726:
URL: https://github.com/apache/hudi/pull/13726#discussion_r2283712544
##########
hudi-common/src/main/java/org/apache/hudi/common/model/SerializableIndexedRecord.java:
##########
@@ -98,6 +103,19 @@ public void read(Kryo kryo, Input input) {
this.recordBytes = input.readBytes(length);
}
+ private void writeObject(ObjectOutputStream out) throws IOException {
Review Comment:
There were some test cases where the records were generated on the driver
and serialized out to the executor which were not going through the kryo path.
I'm not sure why
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]