kafka-connect-scylladb
kafka-connect-scylladb copied to clipboard
Supported types
Hello!
Can you provide a list of implemented Scylla types?
in my case i try convert ip address in string format (xxx.xxx.xxx.xxx) to INET type. and as I understand it, now it is impossible.
Thanks!
There is no support for INET
data type.
Sink Connector supports the following data types:
-
ASCII
-
BIGINT
-
BLOB
-
BOOLEAN
-
DATE
-
DECIMAL
-
DOUBLE
-
FLOAT
-
INT
-
SMALLINT
-
TEXT
-
TIME
-
TIMESTAMP
-
VARCHAR
-
LIST
-
MAP
There is no support for
INET
data type.Sink Connector supports the following data types:
ASCII
BIGINT
BLOB
BOOLEAN
DATE
DECIMAL
DOUBLE
FLOAT
INT
SMALLINT
TEXT
TIME
TIMESTAMP
VARCHAR
LIST
MAP
Are there any plans to add new supported map types in the near future?
There is no support for
INET
data type. Sink Connector supports the following data types:
ASCII
BIGINT
BLOB
BOOLEAN
DATE
DECIMAL
DOUBLE
FLOAT
INT
SMALLINT
TEXT
TIME
TIMESTAMP
VARCHAR
LIST
MAP
Are there any plans to add new supported map types in the near future?
@bralbral , could you please clarify what are the new supported map types
?
There is no support for
INET
data type. Sink Connector supports the following data types:
ASCII
BIGINT
BLOB
BOOLEAN
DATE
DECIMAL
DOUBLE
FLOAT
INT
SMALLINT
TEXT
TIME
TIMESTAMP
VARCHAR
LIST
MAP
Are there any plans to add new supported map types in the near future?
@bralbral , could you please clarify what are the
new supported map types
?
I meant, for example, the INET type.