apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.47k stars 2.43k forks source link

[SUPPORT] Materialized View #8068

Open melin opened 1 year ago

melin commented 1 year ago

hive 4.0 support Materialized View https://issues.apache.org/jira/browse/HIVE-27101?jql=project%20%3D%20HIVE%20AND%20component%20%3D%20%22Materialized%20views%22

iceberg is in the design specification: https://github.com/apache/iceberg/issues/6420

danny0405 commented 1 year ago

A nice idea, a good candidate for our roadmap.

YannByron commented 1 year ago

IIUC, currently only hive supports MV, spark not. To implement MV based on Hive , hudi must support hive writing first.