zentol opened a new pull request #13053: URL: https://github.com/apache/flink/pull/13053
Based on #13052. The ConfigDocsGenerator generates a file name (generally) based on the name of the class containing the options. When this name contains multiple upper characters in sequence, like `JMXOptions`, then it currently does not properly separate the sequence (jmx) from the last word (options), resulting in `j_mx_options`. This PR makes a small change such that we split the string before the last upper character. See the added test case (`ConfigOptionsDocGenerator#testSnakeCaseConversion`) for which cases this accounts for. ---------------------------------------------------------------- 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]
