kosiew commented on code in PR #995: URL: https://github.com/apache/datafusion-python/pull/995#discussion_r1914165106
########## python/tests/test_dataframe.py: ########## @@ -1115,6 +1115,9 @@ def test_write_compressed_parquet_invalid_compression(df, tmp_path, compression) df.write_parquet(str(path), compression=compression) +# TODO +# not testing lzo because it it not implemented yet +# https://github.com/apache/arrow-rs/issues/6970 Review Comment: Noted. I removed TODO -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org