Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocamatta-stripe committed Feb 28, 2024
1 parent aab3496 commit 2f53c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class FlinkJobIntegrationTest {
FlinkTestUtils.makeTestGroupByServingInfoParsed(groupBy, encoder.schema, outputSchema)
val mockApi = mock[Api](withSettings().serializable())
val writerFn = new MockAsyncKVStoreWriter(Seq(true), mockApi, "testTiledFlinkJobEndToEndFG")
val job = new FlinkJob[E2ETestEvent](source, writerFn, groupByServingInfoParsed, encoder, 2, true)
val job = new FlinkJob[E2ETestEvent](source, writerFn, groupByServingInfoParsed, encoder, 2)
job.runTiledGroupByJob(env).addSink(new CollectSink)

env.execute("TiledFlinkJobIntegrationTest")
Expand Down

0 comments on commit 2f53c7e

Please sign in to comment.