Skip to content

Commit

Permalink
LPS-108729 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertKocsis authored and shuyangzhou committed Feb 21, 2020
1 parent 8bdba2f commit 3226de0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ protected String getCastLongOriginalSQL() {

@Override
protected String getCastLongTransformedSQL() {
return "select CAST(foo AS INTEGER) from Foo";
return "select CAST(foo AS BIGINT) from Foo";
}

@Override
Expand Down

0 comments on commit 3226de0

Please sign in to comment.