stream2000 commented on PR #9887:
URL: https://github.com/apache/hudi/pull/9887#issuecomment-1776604419
> in the test I don't see explicit failure injection. How is the abort
called and is it deterministically triggered in the test?
```java
// We can only upsert to existing consistent hashing bucket index
table
checkExceptionContain(insertStatement)("Consistent Hashing
bulk_insert only support write to new file group")
```
@yihua We don't allow bulk insert into consistent hashing index table that
already have parquet files because bulk insert v2 only support write parquet
now. So bulk insert into the table will cause a exception and it is
deterministically.
--
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]