Skip to main content

ExpressionFillInChangesColumnTypeError

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

typestringrequired
Constant value: expression_fill_in_changes_column_type
Default value: expression_fill_in_changes_column_type
expectedTypestringrequired

The expected type of the filled-in column.

actualTypestringrequired

The inferred type of the fill-in expression.

ExpressionFillInChangesColumnTypeError
{
"type": "expression_fill_in_changes_column_type",
"expectedType": "string",
"actualType": "string"
}