You can adopt Apache Hudi on an existing Apache Iceberg table either by translating its metadata with Apache XTable — no data rewrite, since both formats store data as Parquet files — or via a one-time rewrite; and because XTable also works in the reverse direction, projecting a Hudi table back out...