paradedb / pg_analytics

DuckDB-powered analytics for Postgres
https://paradedb.com
PostgreSQL License
383 stars 15 forks source link

Support Apache Hudi #106

Open alberttwong opened 2 months ago

alberttwong commented 2 months ago

What feature are you requesting?

Support apache hudi

Why are you requesting this feature?

Delta Lake's top 30 committers are Databricks. Iceberg's main committers are bought out by Databricks. Apache Hudi is the last open table format not bought out.

What is your proposed implementation for this feature?

Implement https://github.com/apache/opendal/issues/5065. Apache Hudi has https://github.com/apache/hudi-rs

Full Name:

Albert Wong

Affiliation:

Onehouse

philippemnoel commented 2 months ago

Hi @alberttwong. This is a nice feature request, but it belongs in paradedb/pg_analytics so I'll move it there. I see you've yourself opened an issue on DuckDB's repository: https://github.com/duckdb/duckdb/discussions/10743

Until they add support for it, we will not be able to support this as we rely on DuckDB.