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

Why there is 'index out of range' panic? The query is very simple, and I limit it to 1000. Is there any bug? #69

Open
Cyberpunk314 opened this issue Oct 11, 2022 · 2 comments

Comments

@Cyberpunk314
Copy link

select user_id
from my_table
where pdate='2022-10-09'
and newuser_in_day = 0 limit 1000

github.com/prestodb/presto-go-client@v0.0.0-20220921130148-c3f935ff1cf9/presto/presto.go:767 +0x338

image

@RoyShnitzel
Copy link

is there an update ?

@hasan-dot
Copy link
Contributor

Hello 👋 I've ran into a similar problem myself

After investigating a bit seems like the bug was introduced in this commit: c3f935ff1cf9c69247d92e1e0b6016764f4bff8d

I opened a PR hoping it might close this issue 😄 #70

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

3 participants