vinishjail97 commented on code in PR #17694:
URL: https://github.com/apache/hudi/pull/17694#discussion_r2710840470
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -219,7 +219,11 @@ public final class HoodieMetadataConfig extends
HoodieConfig {
.noDefaultValue()
.markAdvanced()
.sinceVersion("0.11.0")
- .withDocumentation("Comma-separated list of columns for which column
stats index will be built. If not set, all columns will be indexed");
+ .withDocumentation("Comma-separated list of columns for which column
stats index will be built. If not set, all columns will be indexed. "
+ + "For nested fields within ARRAY types, use: field.list.element
(Avro convention) or field.array (Spark convention) "
Review Comment:
Yes, removed references of .array.
--
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]