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

Add support of an embedded complex-type for a collection in a given json schema #386

Open
yarongilor opened this issue Jul 11, 2023 · 0 comments

Comments

@yarongilor
Copy link

yarongilor commented Jul 11, 2023

Gemini doesn't support a column which is, for example, a list of UDTs.
We would like Gemini to support requested schema that will generate something like:

CREATE KEYSPACE IF NOT EXISTS custom_d1 WITH replication = {'class': 'NetworkTopologyStrategy', 'replication_factor': '1'}  AND durable_writes = true;

CREATE TYPE IF NOT EXISTS custom_d1.post_action (id3 bigint, name3 text, response_type3 tinyint);

CREATE TABLE custom_d1.posts (
    ...
    additions list<frozen<post_action>>
    ...
...
);
@yarongilor yarongilor changed the title Add support for embedded complex-type for a collection in a given json schema Add support of an embedded complex-type for a collection in a given json schema Jul 11, 2023
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

1 participant