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

"SQL error: Server Error. Invalid start_doc_key" when executing a SELECT query using an IN clause that returns results spanning multiple pages #445

Closed
robertpang opened this issue Aug 16, 2018 · 0 comments
Assignees
Labels
kind/bug This issue is a bug

Comments

@robertpang
Copy link
Contributor

Encounter this error in a customer application:

SQL error: Server Error. Invalid start_doc_key: DocKey(0x82f1, [0, "<some_value>"],
[1469285001, 60]). Range: DocKey(0x82f1, [0, "<some_value>"], [1513622000, -Inf]),
DocKey(0xdf45, [0, "<some_other_value>"], [0, +Inf, +Inf])
[info]   select * from some_keyspace.some_table
[info]   ^^^^^^
[info]   where h2 = ? AND v > 0 AND r1 >= ? AND r1 <= ?
[info]   AND h1 IN (1,0)
[info]    (error -2))
@robertpang robertpang added the kind/bug This issue is a bug label Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

2 participants