rangareddy commented on issue #12571:
URL: https://github.com/apache/hudi/issues/12571#issuecomment-2674513634
Hi @dataproblems
I am able to successfully run the Spark Hudi application based on the code
you provided. In that code, I can see that 50,000 records are upserted.
```scala
val updateParcel = randomData.map(f => f.copy(ts = f.ts + 100, fruits =
"banana")).limit(50000)
```
--
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]