Xingcan Cui

Results 1 comments of Xingcan Cui

I hit the same exception. Looks like it only happened with non-partitioned tables. ``` Caused by: java.io.IOException: java.lang.RuntimeException: Failed to write deletion vectors. at org.apache.paimon.flink.sink.StoreSinkWriteImpl.prepareCommit(StoreSinkWriteImpl.java:220) at org.apache.paimon.flink.sink.TableWriteOperator.prepareCommit(TableWriteOperator.java:121) at org.apache.paimon.flink.sink.RowDataStoreWriteOperator.prepareCommit(RowDataStoreWriteOperator.java:189) at...