zentol commented on a change in pull request #10748: [FLINK-15458][conf][docs] 
Add support for whitelisting ambiguous options 
URL: https://github.com/apache/flink/pull/10748#discussion_r362784610
 
 

 ##########
 File path: 
flink-docs/src/test/java/org/apache/flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
 ##########
 @@ -61,50 +64,103 @@
 
        private static final Formatter htmlFormatter = new HtmlFormatter();
 
+       // options for which we allow distinct definitions
+       // this allows reporters to define their own options that are 
technically only key suffixes
+       private static final Set<String> WELL_DEFINED_WHITELIST = new 
HashSet<>(Arrays.asList(
 
 Review comment:
   yes I did, happened while cleaning up the history...

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to