danny0405 commented on a change in pull request #2430:
URL: https://github.com/apache/hudi/pull/2430#discussion_r554842872
##########
File path: hudi-common/src/main/avro/HoodieRollbackMetadata.avsc
##########
@@ -51,10 +51,10 @@
/* overlaps with 'commitsRollback' field. Adding this to track action
type for all the instants being rolled back. */
{
"name": "instantsRollback",
- "default": null,
+ "default": [],
"type": {
"type": "array",
- "default": null,
+ "default": [],
"items": "HoodieInstantInfo"
Review comment:
This change is used to adapter Avro version 1.10+, which is need for
Flink writer.
----------------------------------------------------------------
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]