Skip to main content

ExpressionFillInChangesColumnTypeError

The expression fill-in changes the type of the target column.

typeTyperequired
Constant value: expression_fill_in_changes_column_type
Default value: expression_fill_in_changes_column_type
expectedTypeExpectedtyperequired

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"
}