calcite-avatica icon indicating copy to clipboard operation
calcite-avatica copied to clipboard

[CALCITE-2322] Add fetch row count support

Open zacMode opened this issue 4 years ago • 2 comments

This resurrects https://github.com/apache/calcite-avatica/pull/49, updating @kminder 's existing work per guidance from CALCITE-2322.

The purpose of this change is to add support for configurable "fetch size"/ "fetch row count". Currently, setting fetchSize has no effect, because avatica always uses a hardcoded default value. This PR resolves that issue.

zacMode avatar Jun 28 '21 23:06 zacMode

@F21 @zabetak @vlsi - any update on when this can make it into a release? Thanks!

zacMode avatar Jul 16 '21 17:07 zacMode

Hello, what is holding up this feature being merged? It would be very useful.

gabor-hargitai-privitar avatar Jun 21 '22 12:06 gabor-hargitai-privitar

Hi @zabetak / @zacMode . Any idea when this could be merged or if I could help move this through? I ran into this issue (fetch size stuck at 100) as well which isn't working for very large size results over HTTP.

johndww avatar Oct 31 '22 16:10 johndww