无法为表 <tableName> 写入不兼容的数据:
AMBIGUOUS_COLUMN_NAME
输入数据 <colName> 中的列名不明确。
CANNOT_FIND_DATA
找不到输出列 <colName> 的数据。
CANNOT_SAFELY_CAST
无法安全地将 <colName> <srcType> 转换为 <targetType>。
EXTRA_COLUMNS
无法写入额外的列 <extraColumns>。
EXTRA_STRUCT_FIELDS
无法将额外的字段 <extraFields> 写入结构 <colName>。
NULLABLE_ARRAY_ELEMENTS
无法将可为 null 的元素写入非 null 数组: <colName>。
NULLABLE_COLUMN
无法将可为 null 的值写入非 null 列: <colName>。
NULLABLE_MAP_VALUES
无法将可为 null 的值写入非 null 映射: <colName>。
STRUCT_MISSING_FIELDS
Struct <colName> 缺少字段: <missingFields>。
UNEXPECTED_COLUMN_NAME
Struct <colName> <order> - 字段名称不匹配(可能顺序混乱):预期为 <expected>,结果为 <found>。