Skip to content

Commit c856c00

Browse files
leonardBangzentol
authored andcommitted
[FLINK-22559][table-planner] The consumed DataType of ExecSink should only consider physical columns
This closes apache#15864.
1 parent d0a385e commit c856c00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/UpsertKafkaTableITCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.apache.flink.table.utils.LegacyRowResource;
2424
import org.apache.flink.types.Row;
2525

26-
import org.junit.Ignore;
2726
import org.junit.Rule;
2827
import org.junit.Test;
2928
import org.junit.runner.RunWith;
@@ -198,7 +197,6 @@ public void testSourceSinkWithKeyAndPartialValue() throws Exception {
198197
}
199198

200199
@Test
201-
@Ignore // FLINK-22559
202200
public void testKafkaSourceSinkWithKeyAndFullValue() throws Exception {
203201
// we always use a different topic name for each parameterized topic,
204202
// in order to make sure the topic can be created.

0 commit comments

Comments
 (0)