klboke commented on issue #6140:
URL: https://github.com/apache/paimon/issues/6140#issuecomment-3265946344
pyarrow == 0.6.1 .
```python
Traceback (most recent call last):
File "/Users/kl/Applications/PyCharm Professional
Edition.app/Contents/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py",
line 39, in <module>
buffer=not JB_DISABLE_BUFFERING))
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/main.py",
line 94, in __init__
self.parseArgs(argv)
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/main.py",
line 141, in parseArgs
self.createTests()
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/main.py",
line 148, in createTests
self.module)
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/loader.py",
line 219, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/loader.py",
line 219, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
File "/opt/homebrew/anaconda3/envs/py36/lib/python3.6/unittest/loader.py",
line 153, in loadTestsFromName
module = __import__(module_name)
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/tests/reader_test_kl.py",
line 28, in <module>
from pypaimon.api.auth import BearTokenAuthProvider
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/__init__.py", line 18,
in <module>
from pypaimon.filesystem.pvfs import PaimonVirtualFileSystem
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/filesystem/pvfs.py",
line 32, in <module>
from pypaimon.api.api_response import GetTableTokenResponse,
GetTableResponse
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/api/api_response.py",
line 24, in <module>
from pypaimon.schema.schema import Schema
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/schema/schema.py",
line 24, in <module>
from pypaimon.schema.data_types import DataField, PyarrowFieldParser
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/schema/data_types.py",
line 384, in <module>
class PyarrowFieldParser:
File
"/Users/kl/githubnamespace/paimon/paimon-python/pypaimon/schema/data_types.py",
line 387, in PyarrowFieldParser
def from_paimon_type(data_type: DataType) -> pyarrow.DataType:
AttributeError: module 'pyarrow' has no attribute 'DataType'
```
--
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]