This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from ed33dbb76d8 Web console: add stage graph (#17135)
add c1f8ae25b50 Support Iceberg ingestion from REST based catalogs (#17124)
No new revisions were added by this update.
Summary of changes:
docs/development/extensions-contrib/iceberg.md | 8 +-
docs/ingestion/input-sources.md | 11 ++-
.../druid-iceberg-extensions/pom.xml | 6 +-
.../druid/iceberg/common/IcebergDruidModule.java | 2 +
.../druid/iceberg/input/HiveIcebergCatalog.java | 7 +-
.../apache/druid/iceberg/input/IcebergCatalog.java | 4 +-
.../apache/druid/iceberg/input/LocalCatalog.java | 6 +-
.../druid/iceberg/input/RestIcebergCatalog.java | 108 +++++++++++++++++++++
.../druid/iceberg/input/RestCatalogTest.java | 99 +++++++++++++++++++
9 files changed, 235 insertions(+), 16 deletions(-)
create mode 100644
extensions-contrib/druid-iceberg-extensions/src/main/java/org/apache/druid/iceberg/input/RestIcebergCatalog.java
create mode 100644
extensions-contrib/druid-iceberg-extensions/src/test/java/org/apache/druid/iceberg/input/RestCatalogTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]