In my opinion, acceptPartial means whether return partial result if your
query result has more rows than limit value , and it will always set to
true no matter query from web UI or jdbc.
However, if you query from web UI, you can set the limit (default
is 50000), if you query from jdbc, the default limit will set to 1000000 if
your sql do not contain 'limit'.

2016-01-04 18:15 GMT+08:00 wangsh...@sinoaudit.cn <wangsh...@sinoaudit.cn>:

> Hi all:
>  Can anybody tell me what the query parameter 'acceptPartial' means? and I
> wonder how I can setup this parameter in jdbc.
>
>
>
> wangsh...@sinoaudit.cn
>

Reply via email to