kafka-connect-scylladb icon indicating copy to clipboard operation
kafka-connect-scylladb copied to clipboard

Supported types

Open bralbral opened this issue 4 years ago • 4 comments

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!

bralbral avatar Feb 23 '21 10:02 bralbral

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

avelanarius avatar Feb 24 '21 10:02 avelanarius

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 avatar May 12 '21 20:05 bralbral

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 ?

dkropachev avatar Aug 01 '24 12:08 dkropachev

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.

bralbral avatar Aug 02 '24 11:08 bralbral