Closed rahul-ghiware closed 7 months ago
@rahul-ghiware you will need to set the option hoodie.metadata.enable=true
when reading the Hudi data. Is there some demo you were following that we need to update? I see it mentioned here but that is not a really natural place to look for this info.
Thank you, @the-other-tim-brown, for directing me to the correct link. I followed the steps outlined in the https://xtable.apache.org/docs/how-to/ link
@sagarlakshmipathy I think we should add a little "read your tables" section or something like that and we can highlight the metadata option there as well. What do you think? I can add it if you agree.
agreed @the-other-tim-brown !
read/validate your tables sounds good!
Using Spark 3.4.0, Scala 2.12 and Iceberg spark runtime 1.4.2
my_dataset_config.yaml
) for iceberg target and deltaRan the one table sync jar locally
Was able to confirm and see .hoodie and _delta_log folders under the data folders for the table
Able to load data with pySpark using delta format
Not able to figure out if I'm missing anything here or it is an issue with xtable jar.