Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported types #30

Open
bralbral opened this issue Feb 23, 2021 · 4 comments
Open

Supported types #30

bralbral opened this issue Feb 23, 2021 · 4 comments

Comments

@bralbral
Copy link

bralbral commented Feb 23, 2021

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
Copy link

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

@bralbral
Copy link
Author

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
Copy link
Collaborator

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
Copy link
Author

bralbral commented Aug 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants