opendistro-for-elasticsearch / sql

🔍 Open Distro SQL Plugin
https://opendistro.github.io/for-elasticsearch/features/SQL%20Support.html
Apache License 2.0
620 stars 186 forks source link

fetch_size parameter is invalid #1139

Closed ITzhangqiang closed 3 years ago

ITzhangqiang commented 3 years ago

I use sql-jdbc connect elasticsearch,I set fetch_size parameter but it is still invalid。 image

ITzhangqiang commented 3 years ago

After I set this following settings, "fetch_size" works PUT _cluster/settings { "transient": { "opendistro.sql.cursor.enabled": true } }