Sagar Sumit

Results 135 comments of Sagar Sumit

@koochiswathiTR Is the record key field `guid` some randomly generation id like uuid. There have been known [issues](https://github.com/apache/hudi/issues/7829) with non-deteministic id generation scheme, especially when there are loss of executors.

Also, previously our spark streaming writes were not idempotent. So, there could be duplicates. We have fixed that in https://github.com/apache/hudi/pull/6098 Can you please try to upgrade to the latest release?

@gohalo Please go ahead with your refactoring. I can help with review. I had opened https://github.com/apache/hudi-rs/pull/59 to refactor error handling but it is incomplete and preferably we shall use [thiserror](https://docs.rs/thiserror/latest/thiserror/)....

> [#11580 (comment)](https://github.com/apache/hudi/pull/11580#discussion_r1767232434) > > for this: I don't get you. but, we do take locks. > > ``` > public Option scheduleTableService(String instantTime, Option extraMetadata, > TableServiceType tableServiceType) {...

Which Hudi version is used for writing to the table? According to the error, a metadata field in the log block could not be read. Trino 361 is pretty old...

@abhiNB-star Is it possible to zip the `.hoodie` dir under your table base path and share with us? To unblock, you can disable column stats and partition stats: ``` hoodie.metadata.index.column.stats.enable...

@ebyhr @mxmarkovics Could you please take a final pass and help in merging this PR? I have two other PRs stackedon top of this one.

@ebyhr @mxmarkovics @mosabua gentle reminder for this PR. All comments are addressed and CI is successful.

@ebyhr All comments addressed. Could you help me with fixing `maven-checks 25-ea` failure? I don't think it is related to the changes. Logs just show: ``` The JAVA_HOME environment variable...

> @ebyhr All comments addressed. Could you help me with fixing `maven-checks 25-ea` failure? I don't think it is related to the changes. Logs just show: > > ``` >...