littleeleventhwolf commented on code in PR #26128:
URL: https://github.com/apache/flink/pull/26128#discussion_r1954561967


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/TableConfigOptions.java:
##########
@@ -233,6 +233,19 @@ private TableConfigOptions() {}
                     .withDescription(
                             "Specifies a threshold where class members of 
generated code will be grouped into arrays by types.");
 
+    @Documentation.ExcludeFromDocumentation(

Review Comment:
   My thought is that these parameters are rarely used, and in most cases, this 
type of issue does not occur. Therefore, we have this annotation 
`@Documentation.ExcludeFromDocumentation`.
   Finally, just like the previous parameter `MAX_MEMBERS_GENERATED_CODE`, the 
same annotation is maintained here.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to