Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmxu committed Jul 12, 2017
1 parent 025019f commit 2284cde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public void testUdf() throws Exception{
.apply("testUdf2",
BeamSql.query(sql2).withUdf("cubic2", CubicInteger.class, "cubic"));
PAssert.that(result2).containsInAnyOrder(record);

pipeline.run().waitUntilFinish();
}

/**
Expand Down

0 comments on commit 2284cde

Please sign in to comment.