ufukomer / node-impala

Node Client for Impala using Apache Thrift
https://www.npmjs.com/package/node-impala
MIT License
31 stars 12 forks source link

query 1024 row limit #11

Closed FloPersus closed 7 years ago

FloPersus commented 7 years ago

Hi,

When I want to paging a query with LIMIT and OFFSET clauses, I only have 24 rows when LIMIT = 1000 and OFFSET = 1000

the result of request count is 2152.

I think this is an issue.

ufukomer commented 7 years ago

Beeswax limits the query result. It is not possible to increase the size by setting _fetchsize here. Let's use the HiveServer2 #4. 🙈