[SUPPORT] Hudi partial updates not working with JSON inferred...
Hi all. Need your help in a weird problem I'm facing while writing to Hudi using Pyspark. The flow we're using is something like this: Read from Kafka using spark in batches of 15 minutes. Divide the dataframe into a list of dataframes a...