-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
when count(*)
> select count(*) from external('c:/t/t.parquet') ;
Error executing SQL: Error while reading parquet file: Error in c:/t/t.parquet
Error while decoding row group 327 column chunk for column 'id' of type
'INT32' at offset 1419196279 of size 201495
Decompressing compressed page of type 'DATA_PAGE_V2' at offset 141919627
9 with codec 'ZSTD' failed
(compressed region offset: 1419204506, compressed size: 193268, expected
uncompressed size: 270339)
Actual uncompressed size (262144 bytes) of ZSTD compressed data is less
than expected (270339 bytes)
Hint: The file is probably corrupt.
Context: 0xfa6b0e2fwhen fetch first few lines
> select * from external('c:/t/t.parquet') limit 5;
Error executing SQL: Error while reading parquet file: Error in c:/t/t.parquet
Error while decoding row group 15 column chunk for column 'id' of type '
INT32' at offset 63856848 of size 180917
Decompressing compressed page of type 'DATA_PAGE_V2' at offset 63856848
with codec 'ZSTD' failed
(compressed region offset: 63864694, compressed size: 173071, expected u
ncompressed size: 257803)
Actual uncompressed size (249988 bytes) of ZSTD compressed data is less
than expected (257803 bytes)
Hint: The file is probably corrupt.
Context: 0xfa6b0e2fMetadata
Metadata
Assignees
Labels
No labels