andygrove commented on code in PR #2874:
URL: https://github.com/apache/datafusion-comet/pull/2874#discussion_r2608640930


##########
spark/src/test/scala/org/apache/comet/parquet/ParquetReadFromS3Suite.scala:
##########
@@ -76,4 +91,32 @@ class ParquetReadFromS3Suite extends CometS3TestBase with 
AdaptiveSparkPlanHelpe
     assertCometScan(df)
     assert(df.first().getLong(0) == 499500)
   }
+
+  test("write and read encrypted parquet from S3") {

Review Comment:
   I don't know if this test excercises the changes to normalizing the path or 
not, but the test looks good



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