xunliu opened a new pull request, #4326:
URL: https://github.com/apache/gravitino/pull/4326

   ### What changes were proposed in this pull request?
   
   Run gravitino python client integration test will occur tests module import 
error
   
   ### Why are the changes needed?
   
   ```
   ImportError: Failed to import test module: test_schema
   Traceback (most recent call last):
     File 
"/builds/no5LrKHc/0/streaming/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.8/lib/python3.8/unittest/loader.py",
 line 436, in _find_test_path
       module = self._get_module_from_name(name)
     File 
"/builds/no5LrKHc/0/streaming/gravitino/.gradle/python/Linux/Miniforge3/envs/python-3.8/lib/python3.8/unittest/loader.py",
 line 377, in _get_module_from_name
       __import__(name)
     File 
"/builds/no5LrKHc/0/streaming/gravitino/clients/client-python/tests/integration/test_schema.py",
 line 19, in <module>
       from tests.integration.integration_test_env import IntegrationTestEnv
   ModuleNotFoundError: No module named 'tests'
   ```
   
   Fix: #4322
   
   ### Does this PR introduce _any_ user-facing change?
   
   N/A
   
   ### How was this patch tested?
   
   CI Passed
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to