Can we set the object type to application/vnd.apache.parquet? #329
Replies: 7 comments
-
OK, we will report this issue to our colleagues for resolution. |
Beta Was this translation helpful? Give feedback.
-
请把你测试的parquet文件贴一下 Please post the parquet file you tested |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, I can't download this file. ![]() |
Beta Was this translation helpful? Give feedback.
-
The file has been downloaded successfully, please wait for our news. |
Beta Was this translation helpful? Give feedback.
-
clickhouse need s3 return |
Beta Was this translation helpful? Give feedback.
-
A new version has been released. Please check to see if this bug has been resolved. If not, please continue to provide us with feedback. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
English:
Background: When reading files through clickhouse, select count() as logs from s3('http://192.168.1.100:9000/sale/**.parquet', 'rustfsadmin', 'rustfsadmin','Parquet') and an error was reported.
select * from file('**.parquet','Parquet') limit 1 \G Direct access to local parquet is normal.
Received exception:
Code: 636. DB::Exception: The table structure cannot be extracted from a Parquet format file. Error:
std::exception. Code: 1001, type: parquet::ParquetStatusException, e.what() = IOError: Poco::Exception. Code: 1000, e.code() = 0, Malformed message: Unexpected EOF (version 25.7.1.3997 (official build)) (version 25.7.1.3997 (official build)).
You can specify the structure manually: (in file/**.parquet). (CANNOT_EXTRACT_TABLE_STRUCTURE).
Chinese:
背景: 通过clickhouse读取文件select count() as logs from s3('http://192.168.1.100:9000/sale/**.parquet', 'rustfsadmin', 'rustfsadmin','Parquet') 报错了.
select * from file('**.parquet','Parquet') limit 1 \G 直接访问本地parquet正常。
Received exception:
Code: 636. DB::Exception: The table structure cannot be extracted from a Parquet format file. Error:
std::exception. Code: 1001, type: parquet::ParquetStatusException, e.what() = IOError: Poco::Exception. Code: 1000, e.code() = 0, Malformed message: Unexpected EOF (version 25.7.1.3997 (official build)) (version 25.7.1.3997 (official build)).
You can specify the structure manually: (in file/**.parquet). (CANNOT_EXTRACT_TABLE_STRUCTURE).
Beta Was this translation helpful? Give feedback.
All reactions