prestodb/presto-go-client

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

Opened this issue · 2 comments

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

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