dawidwys commented on a change in pull request #10117: [FLINK-14494][docs] Add 
ConfigOption type to the documentation generator
URL: https://github.com/apache/flink/pull/10117#discussion_r344101994
 
 

 ##########
 File path: 
flink-docs/src/main/java/org/apache/flink/docs/configuration/ConfigOptionsDocGenerator.java
 ##########
 @@ -69,6 +71,8 @@
        };
 
        static final Set<String> EXCLUSIONS = new HashSet<>(Arrays.asList(
+               "org.apache.flink.configuration.ReadableConfig",
 
 Review comment:
   Yes and no. This should've been part of the 
https://issues.apache.org/jira/browse/FLINK-14493
   Unfortunately I was not aware of this logic and that the `ReadableConfig` 
and `WritableConfig` will be picked up by the documentation generator. Those 
are new read-only, write-only interfaces for `Configuration`. Config tables 
should not be generated for them.

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