Shekharrajak opened a new issue, #19515:
URL: https://github.com/apache/druid/issues/19515

   Collapse `LocalCatalog`, `HiveIcebergCatalog`, `GlueIcebergCatalog`, 
`RestIcebergCatalog`
   into a single property-map-driven catalog backed by 
`org.apache.iceberg.CatalogUtil.buildIcebergCatalog(name, options, conf)`.
   
   
   ## Motivation
   - Current code re-implements per-catalog setup that Iceberg already provides
   - 4 hand-written classes  → 1 generic class 
   - Gain free support for `nessie`, `jdbc`, `bigquery` and any future Iceberg 
catalog
   - Allow custom `catalog-impl=...` for organizations with private catalogs


-- 
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]

Reply via email to