LuciferYang commented on PR #47543: URL: https://github.com/apache/spark/pull/47543#issuecomment-2259618173
For other test cases, such as `OrcV1QuerySuite`, the code has been modified to print the contents of `CryptoUtils#keyProviderCache` in `afterAll`. Before this PR, the contents of `CryptoUtils#keyProviderCache` were: ``` hadoop.java.security.SecureRandom -> org.apache.orc.impl.KeyProviderImpl@17fade83 ``` After this PR, the contents of `CryptoUtils#keyProviderCache` are: ``` hadoop.java.security.SecureRandom -> org.apache.orc.impl.NullKeyProvider@54f3abc2 ``` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org