DBZ-1086 Adding Ivan Kovbas to COPYRIGHT.txt

This commit is contained in:
Gunnar Morling 2019-01-18 21:43:45 +01:00
parent 81f031cb7c
commit 9665af3ebc
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Henryk Konsek
Horia Chiorean
Ian Axelrod
Ilia Bogdanov
Ivan Kovbas
Ivan Vucina
Jiri Pechanec
Jure Kajzer

View File

@ -17,6 +17,8 @@
import org.apache.kafka.connect.source.SourceRecord;
import org.junit.Test;
import io.debezium.doc.FixFor;
/**
* @author Mario Mueller
*/
@ -197,6 +199,7 @@ public void testBrokenTopicReplacementConfigurationEmptyValue() {
}
@Test
@FixFor("DBZ-1086")
public void testKeyNullValue() {
final ByLogicalTableRouter<SourceRecord> router = new ByLogicalTableRouter<>();
final Map<String, String> props = new HashMap<>();