comphead commented on code in PR #2325: URL: https://github.com/apache/datafusion-comet/pull/2325#discussion_r2330735296
########## docs/source/user-guide/latest/datasources.md: ########## @@ -175,6 +175,13 @@ The `native_datafusion` and `native_iceberg_compat` Parquet scan implementations This implementation maintains compatibility with existing Hadoop S3A configurations, so existing code will continue to work as long as the configurations are supported and can be translated without loss of functionality. +#### Root CA Certificates + +One major difference between `native_comet` and the other scan implementations is the mechanism for discovering Root +CA Certificates. The `native_comet` scan uses the JVM to read CA Certificates from the Java Trust Store, but the native +scan implementations `native_datafusion` and `native_iceberg_compat` use System CA Certificates (typically stored Review Comment: ```suggestion scan implementations `native_datafusion` and `native_iceberg_compat` use system Root CA Certificates (typically stored ``` ? -- 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]
