ggershinsky commented on a change in pull request #34415:
URL: https://github.com/apache/spark/pull/34415#discussion_r739000282



##########
File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/ParquetEncryptionSuite.scala
##########
@@ -64,6 +64,33 @@ class ParquetEncryptionSuite extends QueryTest with 
TestHiveSingleton {
     }
   }
 
+  test("SPARK-37117: Can't read files in Parquet encryption external key 
material mode") {

Review comment:
       yep.. In parquet-mr-1.12, PME uses the jackson json library, so we got a 
suggestion to place the test suite in the Hive module. In the next parquet 
version (1.13), the PME dependency will change to fasterxml (already merged in 
parquet-mr master), so we'll be able to move this suite to the Spark SQL core.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to