yihua commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2299053300


##########
hudi-common/src/main/avro/HoodieMetadata.avsc:
##########
@@ -417,6 +417,35 @@
                             "name": "isTightBound",
                             "type": "boolean",
                             "default": false
+                        },
+                        {
+                            "doc": "Value type information containing enum 
ordinal and optional additional information",

Review Comment:
   Given that the min and max values stored in column stats are changed and 
versioned, could you check how XTable can use the same utils or new 
functionality for reading column stats from Hudi in a backward compatible way?



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