danny0405 commented on code in PR #13635:
URL: https://github.com/apache/hudi/pull/13635#discussion_r2234356009
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java:
##########
@@ -524,6 +524,6 @@ public Object get(String key) {
}
public enum HoodieRecordType {
- AVRO, SPARK, HIVE, FLINK
+ AVRO, SPARK, HIVE, FLINK, AVRO_BINARY
Review Comment:
The Avro is for read and AVRO_BINARY is for write path ? Should we also
switch to BINARY format for readers, I mean to unify the AVRO and AVRO_BINARY
into just AVRO ?
--
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]