corwinjoy commented on code in PR #16649:
URL: https://github.com/apache/datafusion/pull/16649#discussion_r2184109462


##########
datafusion/datasource-parquet/src/file_format.rs:
##########
@@ -350,15 +352,17 @@ impl FileFormat for ParquetFormat {
             Some(time_unit) => 
Some(parse_coerce_int96_string(time_unit.as_str())?),
             None => None,
         };
-        let config_file_decryption_properties = 
&self.options.crypto.file_decryption;
+        #[cfg(feature = "parquet_encryption")]

Review Comment:
   As mentioned above, I wasn't able to do this entirely, but I have refactored 
most of it into methods in encryption.rs, which cleans this up further.



-- 
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

Reply via email to