Danny Chan

Results 382 comments of Danny Chan

The update to properties file should be atomic, and we already do that for `HoodieTableConfig.modify`, but it just throws for writer if any exception happens, the reader would still work...

> Can we check if original properties is error-free by comparing file sizes? We have a check-sum in the properties file.

@TheR1sing3un yes, you can take up this.

I think it is the HMS client requires these dependencies, it looks like Hive does not have a light-weight API for meta sync. Since 3.1, Hive even add Calcite as...

It's look like a scala version conflict.

@ad1happy2go Do you have some insights here?

```java Caused by: org.apache.hudi.exception.HoodieRollbackException: Found commits after time :20240826180054702, please rollback greater commits first ``` You need to rollback the greater commit first based on the prompt. By the way,...

There could be multiple reasons: multi-writer without lock provider configured or other exceptions that trigger frequent rollback.

Yeah, let's resolve this `calcite-core` jar missing issue.