KFAA51292-E
An Apache Arrow API error occurred during the execution of the COPY statement. (SQL serial no = aa....aa, column name = "bb....bb", cause = "cc....cc", detail = "dd....dd") (M)
An Apache Arrow API error occurred while executing the COPY statement.
- aa....aa:
-
SQL statement sequence number since the connection was established
- bb....bb: Column name or field name that caused the error
-
The column or field names displayed are those derived from the outermost query specification in the query expression body of the COPY statement.
If no column name or the field name of that column can be output, three asterisks (***) are displayed.
- cc....cc:
-
Apache Arrow status code
- dd....dd:
-
Detailed information set by the Apache Arrow API
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
Refer to the information output in cc....cc and dd....dd to remove the cause of the error. For information on Apache Arrow status codes output for cc....cc, see Programming Support in the Apache Arrow documentation.
The detailed information of the Apache Arrow API output for dd....dd may contain position information that indicates the location that caused the error. However, the meaning of the position information may differ from the HADB errors. For example, if the position information is a column number, the column number output in case of the Apache Arrow API detailed information starts from 0, but the column number output in case of HADB starts from 1. Therefore, if there is no problem at the location indicated in the position information, review the surrounding locations as well.
If you cannot determine the corrective action to take based on the information that was output, execute the adbinfoget command, collect troubleshooting information, and then contact the customer support center.