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
Great repo, looks promising, thanks for that.
I just tried both hiveserver2 and beeswax protocols and every time I query I get a maximum of 1024 rows. Any thoughts on what the problem may be?
The text was updated successfully, but these errors were encountered:
Hi @alexsutu ! It is strange, that you get 1024, because of the size of block by default 5120. Anyway, my theory is that you you fetch only first block. As I know, when you fetch the result the hive returns it by portions. It means, if fetchBlock returns hasMoreRows: true, you have to call fetchBlock one more time. BTW, you can try hive-driver, it should work well, if not you can create an issue and I will explain with more details. Thanks.
Great repo, looks promising, thanks for that.
I just tried both
hiveserver2
andbeeswax
protocols and every time I query I get a maximum of 1024 rows. Any thoughts on what the problem may be?The text was updated successfully, but these errors were encountered: