andygrove commented on code in PR #2325: URL: https://github.com/apache/datafusion-comet/pull/2325#discussion_r2331483346
########## 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 Review Comment: The issue I ran into was that the root CA certificates were not installed on the system. Perhaps I should explicitly state that Comet native scans will not be able to interact with S3 if the root cerficicates are not installed? -- 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]
