etseidl commented on issue #184: URL: https://github.com/apache/parquet-site/issues/184#issuecomment-4624583476
To reproduce import byte_stream_split_extended.gzip.parquet from parquet-testing into the DuckDB WASM shell (https://shell.duckdb.org/). ```shell DuckDB Web Shell running... DuckDB v1.5.2 (Variegata) Enter ".help" for usage hints. memory D .files add Registered: byte_stream_split_extended.gzip.parquet (15659 bytes) memory D create table bss as select * from 'byte_stream_split_extended.gzip.parquet'; Invalid Error: BYTE_STREAM_SPLIT encoding is only supported for FLOAT or DOUBLE data ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
