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

Cassandra tuple field recreating/message issue. #210

Open
rakibulalam opened this issue Oct 18, 2019 · 1 comment
Open

Cassandra tuple field recreating/message issue. #210

rakibulalam opened this issue Oct 18, 2019 · 1 comment

Comments

@rakibulalam
Copy link

Schema for table "gridbox_boxes" has new type for field "options", all data in the field will be lost, are you sure you want to drop the field & recreate it? (y/n):

options:{
type: 'frozen',
typeDef: '<list<tuple<text, list<map<text, text>>, map<text,text> >>>'
},

It's successfully created the field without any error. Problem is that each time showing the above message for recreating.

@rakibulalam
Copy link
Author

looking the best solution. would you help for the circumstance, what should be needed to do? I think the current driver unable to mapping the complex tuple or not? what is the actual cause of the issues? feeling discomfort to use UDT each time for my solution instead of a tuple.

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