Can we set the object type to application/vnd.apache.parquet? #329
Unanswered
Data-bytes305
asked this question in
Q&A
Replies: 7 comments
|
OK, we will report this issue to our colleagues for resolution. |
0 replies
|
请把你测试的parquet文件贴一下 Please post the parquet file you tested |
0 replies
0 replies
|
The file has been downloaded successfully, please wait for our news. |
0 replies
|
clickhouse need s3 return |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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).
All reactions