hudi-bot opened a new issue, #17384:
URL: https://github.com/apache/hudi/issues/17384
for instant serialization/deserialization we should use java IO stream, byte
[] should not be used.
example readXXXAsBytes please refer
org.apache.hudi.common.table.timeline.ActiveAction
another example is in FileCreateUtils
public static void createRequestedRollbackFile(HoodieTableMetaClient
metaClient, String instantTime, byte[] content) throws IOException {
Also usage of
public static byte[] writeInstantContentToBytes(HoodieInstantWriter writer) {
and
org/apache/hudi/common/table/timeline/TimelineMetadataUtils.java
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9099
- Type: Sub-task
- Parent: https://issues.apache.org/jira/browse/HUDI-9054
- Fix version(s):
- 1.1.0
--
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]