diff --git a/crates/paimon/src/spec/schema_change.rs b/crates/paimon/src/spec/schema_change.rs index 9597407..6a11c0a 100644 --- a/crates/paimon/src/spec/schema_change.rs +++ b/crates/paimon/src/spec/schema_change.rs @@ -292,7 +292,7 @@ mod tests { { "addColumn": { "fieldName": "col1", - "dataType": "INTEGER", + "dataType": "INT", "description": "col1_description", "move": { "fieldName": "col1_first",