Skip to content

Commit

Permalink
fixed renameColumn test
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Aug 13, 2024
1 parent bb78f92 commit 1d15b0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"name": "first_name_renameColumn_test",
"nullable": false,
"type": {
"typeName": "STRING"
"typeName": "VARCHAR",
"columnSize": "50.*"
}
}
}
Expand Down

0 comments on commit 1d15b0b

Please sign in to comment.