feat: expose Iceberg features to python users #14847
GitHub Actions / check-ci test report
failed
Jun 8, 2024 in 0s
9128 tests run, 32 skipped, 1 failed.
Annotations
Check failure on line 1 in unittest/loader/_FailedTest/tests
github-actions / check-ci test report
/usr/lib/python3.10/unittest/loader.py.test_iceberg
Failed to import test module: tests.test_iceberg
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
__import__(name)
File "/python/tests/test_iceberg.py", line 41
"x": dtypes.+ .int32,
^
SyntaxError: invalid syntax
Raw output
ImportError: Failed to import test module: tests.test_iceberg
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
__import__(name)
File "/python/tests/test_iceberg.py", line 41
"x": dtypes.+ .int32,
^
SyntaxError: invalid syntax
Loading