scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink
Apache License 2.0
46 stars 22 forks source link

Supported types #30

Open bralbral opened 3 years ago

bralbral commented 3 years ago

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!

avelanarius commented 3 years ago

There is no support for INET data type.

Sink Connector supports the following data types:

bralbral commented 3 years ago

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?

dkropachev commented 2 months ago

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 ?

bralbral commented 2 months ago

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.