Skip to content

Commit

Permalink
Update FlinkPipelineComposerLenientITCase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
qg-lin committed Oct 25, 2024
1 parent 20c327b commit 80853f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void testSingleSplitSingleTableWithDefaultValue(ValuesDataSink.SinkApi sinkApi)
// Check result in ValuesDatabase
List<String> results = ValuesDatabase.getResults(TABLE_1);
assertThat(results)
.containsExactly(
.containsExactlyInAnyOrder(
"default_namespace.default_schema.table1:col1=2;col2=;col3=;newCol2=;newCol3=x;colWithDefault=;newColWithDefault=",
"default_namespace.default_schema.table1:col1=3;col2=3;col3=;newCol2=;newCol3=;colWithDefault=;newColWithDefault=");

Expand Down

0 comments on commit 80853f5

Please sign in to comment.