bhat-vinay commented on code in PR #10625:
URL: https://github.com/apache/hudi/pull/10625#discussion_r1499840631
##########
hudi-common/src/main/avro/HoodieMetadata.avsc:
##########
@@ -432,6 +432,34 @@
}
],
"default" : null
+ },
+ {
+ "name": "SecondaryIndexMetadata",
+ "doc": "Metadata Index that contains information about secondary
keys and the corresponding record keys in the dataset",
+ "type": [
+ "null",
+ {
+ "type": "record",
+ "name": "HoodieSecondaryIndexInfo",
+ "fields": [
+ {
+ "name": "recordKey",
+ "type": [
+ "null",
+ "string"
+ ],
+ "default": null,
+ "doc": "Refers to the record key that this
secondary key maps to"
+ },
+ {
+ "name": "isDeleted",
Review Comment:
This field acts as. tombstone marker
--
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]