-
Notifications
You must be signed in to change notification settings - Fork 18
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
Gemini generates unexpected values for the columns #431
Comments
Testing if the driver is behaving correctly https://github.com/CodeLieutenant/gemini-driver-test Gemini Seed: 60 Output:
Conclusion: |
what's the difference between this one and #426 I think one of them should be closed, and collect in one of the information we have so far, and the plans for next steps |
panic: unexpected varint value [int8]-73
QUERY:
Column Types:
pk0 = DECIMAL
,pk1 = TinyINT
,pk2 = TEXT
,pk3 = ACII
Values provided in the query are completely wrong
features=normal
, this activates checking ofmaterialized-views
andindexes
. There is an issue when validatingmaterialized-views
rows againstoracle
(that's a bug), but thegemini
crashes when it tries to print the resultingCQL
query with a missing field access.The current suggestion (as discussed with @fruch) is to disable
materialized-views
with a CLI flag and makegemini
usable (done in #424), but this should be tackled differently (probably rewrite of thematerialized views
code in gemini)The text was updated successfully, but these errors were encountered: