bsmithgall commented on PR #19137: URL: https://github.com/apache/druid/pull/19137#issuecomment-4090565103
As far as I understand it should be; this just includes wiring for GCS to be a `warehouseSource` and doesn't touch the related `icebergCatalog` code. In `IcebergInputSource.retrieveIcebergDatafiles()`, the input source is created and then referenced. So by catalogue then: - **Hive**: should be supported as outlined in the the documentation by setting the `io-impl` configuration to `org.apache.iceberg.gcp.gcs.GCSFileIO`. - **Rest**: should be supported since it abstracts away storage - **Glue**: probably not relevant since it's an AWS product, but I suppose it would probably still work in the same manner as the Hive catalog - **Local**: not relevant for our case I don't think -- 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]
