etseidl opened a new issue, #184: URL: https://github.com/apache/parquet-site/issues/184
Currently DuckDB is listed as supporting the 2024 additions to allowed data types for BYTE_STREAM_SPLIT encoding. In truth (as discovered by a coworker), DuckDB does not support types other that FLOAT or DOUBLE. https://github.com/duckdb/duckdb/blob/11cd0579306e009067743b263c7f56196aed1625/extension/parquet/decoder/byte_stream_split_decoder.cpp#L43 An issue (https://github.com/duckdb/duckdb/issues/17114) to add this support was closed as "not-planned". The status matrix should be updated to reflect this. -- 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]
