voonhous commented on code in PR #17694:
URL: https://github.com/apache/hudi/pull/17694#discussion_r2645412461


##########
hudi-common/src/main/java/org/apache/hudi/common/schema/HoodieSchemaUtils.java:
##########
@@ -399,6 +410,32 @@ public static Option<Pair<String, HoodieSchemaField>> 
getNestedField(HoodieSchem
   /**
    * Internal helper method for recursively retrieving nested fields.
    *
+   * <p>Supports nested field access using dot notation including MAP and 
ARRAY types
+   * using Parquet-style accessor patterns:</p>
+   *
+   * <ul>
+   *   <li><b>RECORD types:</b> Standard dot notation (e.g., {@code 
"user.profile.name"})</li>

Review Comment:
   We do not have official public docs supporting this feature now. If users 
were to select a nested (ARRAY/MAP) field as part of the column stats index 
list, they'll need to follow this format to define the 
`hoodie.metadata.index.column.stats.column.list` config. 
   
   If we follow through with this, this will need a doc.



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