[
https://issues.apache.org/jira/browse/CALCITE-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16966680#comment-16966680
]
Andrei Sereda edited comment on CALCITE-3471 at 11/4/19 2:03 PM:
-----------------------------------------------------------------
Please use 1.20.
Limit is coming from elastic default [return
size|https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-from-size]
{quote}
size (Optional, integer) The number of hits to return. Defaults to 10
{quote}
was (Author: asereda):
Please use 1.20.
{quote}
size (Optional, integer) The number of hits to return. Defaults to 10
{quote}
> Only return 10 records use jdbc:calcite method
> ----------------------------------------------
>
> Key: CALCITE-3471
> URL: https://issues.apache.org/jira/browse/CALCITE-3471
> Project: Calcite
> Issue Type: Bug
> Components: jdbc-adapter
> Affects Versions: 1.17.0
> Reporter: james601232
> Priority: Blocker
>
> Hi
> Recently I ticked in to a problem that use jdbc:calcite method get
> connection and execute query mysql elasticssearch storage. the results only
> return 10 records. checked calcite codes and not found the problems. hope
> get help to fixed my problems
> Thank in advance
--
This message was sent by Atlassian Jira
(v8.3.4#803005)