-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
panic: General("List should not be empty") when using SELECT, INSERT is fine #282
Comments
Hi @ernestas-poskus , Thanks for submitting the issue! If there is a case for you that for a some value no-value can be submitted you can try to have Please let me know if it makes sense to you |
Thank you for reply, value is not empty and I read instantly after write.. Anyway seems like it was Scylla issue after updating to latest docker version everything works as expected 🤷♂️. Seems like an issue was with UDT TYPE, columns in nested UDT TYPE, Scylla cutoff last 2 columns, therefore, SELECT was failing although INSERT was successful. Thanks for help 🙇♂️. Please include patreon link or sth, I would like to buy you a beer 🍺. |
@ernestas-poskus |
Have a problem with nested UDT SELECT query (INSERT is fine, verified data with cqlsh shell).
I use scylla database.
From backtrace looks like this place panics
.unwrap in particular. Although I don't insert empty list (Vec) I assume it should initialize empty Vec on Rust side or did I misunderstood something?
The text was updated successfully, but these errors were encountered: