dianfu commented on a change in pull request #11448: [FLINK-16666][python][table] Support new Python dependency configuration options in flink-table. URL: https://github.com/apache/flink/pull/11448#discussion_r404733395
########## File path: flink-python/src/main/java/org/apache/flink/python/env/PythonDependencyInfo.java ########## @@ -22,13 +22,10 @@ import org.apache.flink.api.common.cache.DistributedCache; import org.apache.flink.python.PythonConfig; -import org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper; - import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.io.File; -import java.io.IOException; import java.util.HashMap; Review comment: The field of pythonExec in PythonDependencyInfo is not `Nullable` any more. Should update all the places where it's declared and used. ---------------------------------------------------------------- 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
