cshuo commented on code in PR #13181:
URL: https://github.com/apache/hudi/pull/13181#discussion_r2051855932
##########
hudi-common/src/main/java/org/apache/hudi/common/model/BaseAvroPayload.java:
##########
@@ -34,7 +35,7 @@ public abstract class BaseAvroPayload implements Serializable
{
/**
* Avro data extracted from the source converted to bytes.
*/
- protected final byte[] recordBytes;
+ protected final ByteArrayOutputStream recordBytesStream;
Review Comment:
updated, ptal 🌹
--
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]