wuxiaocheng0506 opened a new issue, #459: URL: https://github.com/apache/iceberg-python/issues/459
### Apache Iceberg version None ### Please describe the bug 🐞 version: 0.6.0 I using hive metastore and HDFS file IO. When I create table, an error occur: > File "/Users/test/Library/Python/3.10/lib/python/site-packages/pyiceberg/io/pyarrow.py", line 224, in _file_info > file_info = self._filesystem.get_file_info(self._path) > File "pyarrow/_fs.pyx", line 571, in pyarrow._fs.FileSystem.get_file_info > File "pyarrow/error.pxi", line 144, in pyarrow.lib.pyarrow_internal_check_status > File "pyarrow/error.pxi", line 100, in pyarrow.lib.check_status > pyarrow.lib.ArrowInvalid: GetFileInfo must not be passed a URI, got: hdfs://nameservice1/user/test/warehouse/test_ns.db/user_info17/metadata/00000-5d67f1b7-d420-4b2c-bfdd-3766b1898f61.metadata.json the namespace loaction properties: > {'location': 'hdfs://nameservice1/user/test/warehouse/test_ns.db'} -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org