Both Apache Hudi and Apache Iceberg can ingest streaming data, but they are built around different assumptions about how often a table is written to. Hudi's architecture is streaming-native: Merge-on-Read tables absorb updates as lightweight log appends, commits land every few minutes with...