You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently tried to use your awesome project on Athena, but during testing we found some data is not returned. Upon investigating i found that whenever fetchNextPage is called, it skips the first row assuming it is a header, which is true for the first page only. The subsequent pages don't have this, so the first row gets missed. I hope you guys can take a look into this matter.
The text was updated successfully, but these errors were encountered:
Could you send a PR with the fix and a test that has multiple pages, @nfssdq? There's another bug in this section of the code, too (see #10), if you'd like to tackle it at the same time.
nfssdq
added a commit
to nfssdq/go-athena
that referenced
this issue
Sep 23, 2018
Hi,
We recently tried to use your awesome project on Athena, but during testing we found some data is not returned. Upon investigating i found that whenever fetchNextPage is called, it skips the first row assuming it is a header, which is true for the first page only. The subsequent pages don't have this, so the first row gets missed. I hope you guys can take a look into this matter.
The text was updated successfully, but these errors were encountered: