Skip to content

Commit

Permalink
update test params
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <huazeng@dmetasoul.com>
  • Loading branch information
zenghua committed Jun 4, 2024
1 parent eb99c1b commit fde2f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void test() throws Exception {
StreamExecutionEnvironment execEnv = LakeSoulTestUtils.createStreamExecutionEnvironment(parallelism, 2000L, 2000L);
StreamTableEnvironment tableEnv = LakeSoulTestUtils.createTableEnvInStreamingMode(
execEnv, parallelism);
DataStreamSource<LakeSoulArrowWrapper> source = execEnv.addSource(new MockLakeSoulArrowSource.MockSourceFunction(500, 100L));
DataStreamSource<LakeSoulArrowWrapper> source = execEnv.addSource(new MockLakeSoulArrowSource.MockSourceFunction(100, 100L));
String name = "Print Sink";
PrintSinkFunction<LakeSoulArrowWrapper> printFunction = new PrintSinkFunction<>(name, false);

Expand Down

0 comments on commit fde2f08

Please sign in to comment.