andygrove commented on code in PR #459:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/459#discussion_r1297521623


##########
src/dataframe.rs:
##########
@@ -23,8 +23,11 @@ use datafusion::arrow::datatypes::Schema;
 use datafusion::arrow::pyarrow::{PyArrowType, ToPyArrow};
 use datafusion::arrow::util::pretty;
 use datafusion::dataframe::DataFrame;
+use datafusion::parquet::basic::{BrotliLevel, Compression, GzipLevel, 
ZstdLevel};
+use datafusion::parquet::file::properties::WriterProperties;
+use datafusion::parquet::format::CompressionCodec;

Review Comment:
   @mesejo Looks like this import is not needed?



-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to