nuno-faria opened a new issue, #19720: URL: https://github.com/apache/datafusion/issues/19720
### Describe the bug According to the docs (both https://datafusion.apache.org/user-guide/configs.html and https://datafusion.apache.org/user-guide/sql/format_options.html#parquet-format-options), `lzo` should be supported for Parquet files. However, it is not implemented in the `parquet` crate, and it seems that there are no plans to implement it (https://github.com/apache/arrow-rs/issues/6970). It might be better to update the docs to mention that `lzo` is not supported, or simply remove it altogether. ### To Reproduce ```sql > copy (select 1) to 't.parquet' options (compression 'lzo'); thread 'tokio-runtime-worker' (36172) panicked at ... called `Result::unwrap()` on an `Err` value: NYI("The codec type LZO is not supported yet") note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ### Expected behavior _No response_ ### Additional context It's also GPLv2, so maybe it will never be supported anyway. -- 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]
