Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cannot write incompatible data for the table <tableName>
:
Ambiguous column name in the input data <colName>
.
Cannot find data for the output column <colName>
.
Cannot safely cast <colName> <srcType>
to <targetType>
.
Cannot write extra columns <extraColumns>
.
Cannot write extra fields <extraFields>
to the struct <colName>
.
Cannot write nullable elements to array of non-nulls: <colName>
.
Cannot write nullable values to non-null column <colName>
.
Cannot write nullable values to map of non-nulls: <colName>
.
Struct <colName>
missing fields: <missingFields>
.
Struct <colName> <order>
-th field name does not match (may be out of order): expected <expected>
, found <found>
.