yihua commented on code in PR #8590:
URL: https://github.com/apache/hudi/pull/8590#discussion_r1186316626
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieStorageConfig.java:
##########
@@ -170,6 +170,12 @@ public class HoodieStorageConfig extends HoodieConfig {
.withDocumentation("Expected additional compression as records move from
log files to parquet. Used for merge_on_read "
+ "table to send inserts into log files & control the size of
compacted parquet file.");
+ public static final ConfigProperty<String> HOODIE_AVRO_WRITE_SUPPORT_CLASS =
ConfigProperty
+ .key("hoodie.avro.write.support.class")
+ .defaultValue("org.apache.hudi.avro.HoodieAvroWriteSupport")
Review Comment:
Since this is advanced, could you mark this with `.markAdvanced()`?
--
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]