adamreeve commented on code in PR #16779:
URL: https://github.com/apache/datafusion/pull/16779#discussion_r2250200646


##########
datafusion/core/src/execution/context/parquet.rs:
##########
@@ -94,6 +96,18 @@ impl SessionContext {
     ) -> Result<()> {
         plan_to_parquet(self.task_ctx(), plan, path, writer_properties).await
     }
+
+    /// Registers a Parquet [`EncryptionFactory`] with an associated unique 
identifier.
+    /// If an encryption factory with the same identifier was already 
registered, it is replaced and returned.
+    #[cfg(feature = "parquet_encryption")]

Review Comment:
   :+1: that sounds sensible to me



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