dianfu commented on a change in pull request #11448: [FLINK-16666][python][table] Support new Python dependency configuration options in flink-java, flink-streaming-java and flink-table. URL: https://github.com/apache/flink/pull/11448#discussion_r395610655
########## File path: flink-core/src/main/java/org/apache/flink/configuration/PythonOptions.java ########## @@ -16,11 +16,9 @@ * limitations under the License. */ -package org.apache.flink.python; +package org.apache.flink.configuration; Review comment: Should also update the doc generation code, e.g. the module flink-docs as this class is moved from flink-python to flink-core. ---------------------------------------------------------------- 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
