We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399182 commit cc59d1fCopy full SHA for cc59d1f
pypaimon/py4j/tests/__init__.py
@@ -35,7 +35,8 @@ def setUpClass(cls):
35
36
this_dir = os.path.abspath(os.path.dirname(__file__))
37
project_dir = os.path.dirname(os.path.dirname(os.path.dirname(this_dir)))
38
- os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = os.path.join(project_dir, "dev/test_deps/*")
+ deps = os.path.join(project_dir, "dev/test_deps/*")
39
+ os.environ[constants.PYPAIMON_HADOOP_CLASSPATH] = deps
40
41
cls.tempdir = tempfile.mkdtemp()
42
cls.warehouse = os.path.join(cls.tempdir, 'warehouse')
0 commit comments