Skip to content

Commit d899471

Browse files
committed
fixup
1 parent 9f98373 commit d899471

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,11 @@ public List<String> getExpectedAsStrings() {
142142
}
143143

144144
public List<String> getExpectedMaterializedResultsAsStrings() {
145-
146145
if (expectedMaterializedStrings != null) {
147146
return expectedMaterializedStrings;
148147
}
149148
if (expectedMaterializedRows != null) {
150-
if (deduplicatedFieldIndices == null) {
149+
if (deduplicatedFieldIndices != null) {
151150
throw new UnsupportedOperationException(
152151
"Unsupported to deduplicate data for materialized rows");
153152
}

0 commit comments

Comments
 (0)