DBZ-1336 Moving Ltree type to PG connector module

This commit is contained in:
Gunnar Morling 2019-10-21 12:17:08 +02:00
parent 1e3eb8c840
commit e06d25dd92
3 changed files with 3 additions and 2 deletions

View File

@ -83,6 +83,7 @@ Mariusz Strzelecki
Matteo Capitanio
Mathieu Rozieres
Matthias Wessendorf
Mincong Huang
Moira Tagle
Muhammad Sufyian
Olavi Mustanoja

View File

@ -46,10 +46,10 @@
import io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode;
import io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode;
import io.debezium.connector.postgresql.data.Ltree;
import io.debezium.connector.postgresql.proto.PgProto;
import io.debezium.data.Bits;
import io.debezium.data.Json;
import io.debezium.data.Ltree;
import io.debezium.data.SpecialValueDecimal;
import io.debezium.data.Uuid;
import io.debezium.data.VariableScaleDecimal;

View File

@ -3,7 +3,7 @@
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.data;
package io.debezium.connector.postgresql.data;
import org.apache.kafka.connect.data.Schema;
import org.apache.kafka.connect.data.SchemaBuilder;