Destination S3: Support Apache Iceberg file format #6745
Labels
area/connectors
Connector related issues
autoteam
connectors/destination/s3
connectors/destinations-files
frozen
Not being actively worked on
lang/java
team/destinations
Destinations team's backlog
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Apache Iceberg is a popular format for database engines like Trino, Spark, Hive, and others. it is strongly typed and specifically suited for handling schema evolution because it keeps track of a schema across many files (whereas Parquet/etc.. keep track of schema at the file level). It would be valuable to support Iceberg in the S3 destination as it unlocks better support for databases like Trino.
Describe the solution you’d like
Iceberg support for the S3 destination connector
Describe the alternative you’ve considered or used
Parquet with a file-based Hive metastore
The text was updated successfully, but these errors were encountered: