LuciferYang commented on PR #47496: URL: https://github.com/apache/spark/pull/47496#issuecomment-2252926189
@dongjoon-hyun As I mentioned in the PR description: 1. `sql-on-files.sql` added `CREATE TABLE sql_on_files.test_orc USING ORC AS SELECT 1;` yesterday 2. we have configured `hadoop.security.key.provider.path` as `test:///` in the parent `pom.xml`, so, the statement writing to the Orc table will make initialization of `FakeKeyProvider` and `FakeKeyProvider` first initializes its superclass `org.apache.hadoop.crypto.key.KeyProvider`, which leads to the loading of the `BouncyCastleProvider` class -- 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