Github user omaralvarez commented on the issue: https://github.com/apache/flink/pull/2063 I can confirm that there is a bug in `PythonPlanBinder.java`. When you pass packages to the `runPlan()` function, they are not copied to the temp directory in which `plan.py` file is generated. I manually changed the `prepareFiles()` call to copy the package files, and everything worked fine. Should I open another issue, or just fix it here? This is not only a bug related to the testing infrastructure, but the Python API in general.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---