ExpressionFillInChangesColumnTypeError
The expression fill-in changes the type of the target column.
typeTyperequired
Constant value:
expression_fill_in_changes_column_typeDefault value:
expression_fill_in_changes_column_typeexpectedTypeExpectedtyperequired
The expected type of the filled-in column.
actualTypeActualtyperequired
The inferred type of the fill-in expression.
ExpressionFillInChangesColumnTypeError
{
"type": "expression_fill_in_changes_column_type",
"expectedType": "string",
"actualType": "string"
}