oceanbase / flink-connector-oceanbase

Apache Flink Connectors for OceanBase.
https://oceanbase.github.io/flink-connector-oceanbase/
Apache License 2.0
17 stars 7 forks source link

[Question]: How to get detail message about abort commit #73

Closed Pandas886 closed 1 month ago

Pandas886 commented 3 months ago

Description

When using direct load to Oceanbase, the insert process generally does not report an error, but when committing, an abort occurs, yet there is no clear information indicating whether the data types do not correspond. How can one see the specific reason for the abort?

whhe commented 3 months ago

Perhaps this issue should be discussed at https://github.com/oceanbase/obkv-table-client-java, the direct loading client is maintained there.