Skip to content

Commit

Permalink
ci: fix ci error (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeWang authored Aug 13, 2024
1 parent a74ae0d commit 6dc72e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/paimon/src/spec/schema_change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ mod tests {
{
"addColumn": {
"fieldName": "col1",
"dataType": "INTEGER",
"dataType": "INT",
"description": "col1_description",
"move": {
"fieldName": "col1_first",
Expand Down

0 comments on commit 6dc72e0

Please sign in to comment.