parthchandra opened a new issue, #1772:
URL: https://github.com/apache/datafusion-comet/issues/1772

   ### Describe the bug
   
   Not entirely sure if this will work but  per the 
[docs](https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#columnar-encryption)
 - 
   ```
   // Activate Parquet encryption, driven by Hadoop properties
   sc.hadoopConfiguration().set("parquet.crypto.factory.class" ,
      "org.apache.parquet.crypto.keytools.PropertiesDrivenCryptoFactory");
   
   ```
    So maybe we can fallback to Spark if `parquet.crypto.factory.class` is 
defined.
   
   ### Steps to reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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