bvaradar commented on a change in pull request #1869:
URL: https://github.com/apache/hudi/pull/1869#discussion_r467488316
##########
File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java
##########
@@ -87,7 +87,7 @@ public String createTable(
help = "Hoodie Table Type. Must be one of : COPY_ON_WRITE or
MERGE_ON_READ") final String tableTypeStr,
@CliOption(key = {"archiveLogFolder"}, help = "Folder Name for storing
archived timeline") String archiveFolder,
@CliOption(key = {"layoutVersion"}, help = "Specific Layout Version to
use") Integer layoutVersion,
- @CliOption(key = {"payloadClass"}, unspecifiedDefaultValue =
"org.apache.hudi.common.model.HoodieAvroPayload",
+ @CliOption(key = {"payloadClass"}, unspecifiedDefaultValue =
"org.apache.hudi.common.model.OverwriteWithLatestAvroPayload",
Review comment:
Let's retain the old payload class for now. We can rethink about this as
part of upgrade-downgrade (https://issues.apache.org/jira/browse/HUDI-1172)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]