Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jul 5, 2019
1 parent c833a38 commit 772745b
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -285,8 +285,11 @@ class CalcITCase extends BatchTestBase {
val bd2 = BigDecimal("4E+16").bigDecimal

val t = BatchScalaTableEnvUtil.fromCollection(tEnv,
Seq(
(bd1, bd2, localDate("1984-07-12"), localTime("14:34:24"), localDateTime("1984-07-12 14:34:24"))
Seq((bd1,
bd2,
localDate("1984-07-12"),
localTime("14:34:24"),
localDateTime("1984-07-12 14:34:24"))
), "_1, _2, _3, _4, _5")
.select('_1, '_2, '_3, '_4, '_5, BigDecimal("11.2"), BigDecimal("11.2").bigDecimal,
localDate("1984-07-12"), localTime("14:34:24"),
Expand Down

0 comments on commit 772745b

Please sign in to comment.