loukey-lj commented on code in PR #7429:
URL: https://github.com/apache/hudi/pull/7429#discussion_r1058017034


##########
hudi-common/src/main/avro/HoodieMetadata.avsc:
##########
@@ -358,6 +358,45 @@
                 }
             ],
             "default" : null
+        },
+        {
+            "name": "recordLevelIndexMetadata",
+            "doc": "Contains information about record keys and their location 
in the dataset",
+            "type": [
+                "null",
+                {
+                    "type": "record",
+                    "name": "HoodieMetadataRecordLevelIndex",
+                    "fields": [
+                        {
+                            "name": "partition",
+                            "type": "string",
+                            "doc": "Partition which contains the record",
+                            "avro.java.string": "String"
+                        },
+                        {
+                            "name": "fileId",
+                            "type": "string",
+                            "doc": "FileId of file group"
+                        },
+                        {
+                            "name": "rowGroupIndex",

Review Comment:
   Thanks for review.
   This is a parameter reserved for parquet partial updates
   https://github.com/apache/hudi/pull/6612



-- 
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]

Reply via email to