nsivabalan commented on issue #16851: URL: https://github.com/apache/hudi/issues/16851#issuecomment-4795643863
This appears to be resolved on current `master`. Variant type support has landed across several PRs: - #17751 — Add VARIANT to `HoodieSchema` - #17833 — Unshredded Variant read & write support - #18036 — Shredded variant writes - #18483 — Map VARIANT to struct in Hive/Spark/BigQuery sync - #18510 / #18511 — VARIANT type-descriptor + Hive sync DDL fixes - #18564 — **Spark 4 specific**: allow `VariantType` writes through Hudi's V1 DataSource (introduces `Spark4DefaultSource` and adds `TestVariantDataType` coverage for DataFrame writer + MERGE INTO on Spark 4.0+) - #18566 / #18580 — Nested projection and Hive-reader schema rewrite fixes for VARIANT The `TestVariantDataType` suite gates on `HoodieSparkUtils.gteqSpark4_0` and exercises native `VariantType` round-trips. If you're still seeing a Variant-on-Spark-4 issue on a recent build, could you share a minimal repro (Hudi version, exact DDL/DataFrame snippet, and stack trace)? Otherwise this can likely be closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
