presto-go-client
presto-go-client copied to clipboard
Why there is 'index out of range' panic? The query is very simple, and I limit it to 1000. Is there any bug?
select user_id
from my_table
where pdate='2022-10-09'
and newuser_in_day = 0 limit 1000
github.com/prestodb/[email protected]/presto/presto.go:767 +0x338
is there an update ?
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