Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh authored Aug 13, 2024
2 parents 193314a + 958eb67 commit 893ea94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
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 893ea94

Please sign in to comment.