Lei Rui created IOTDB-5316:
------------------------------
Summary: Session.setFetchSize is not used in the following fetch
requests
Key: IOTDB-5316
URL: https://issues.apache.org/jira/browse/IOTDB-5316
Project: Apache IoTDB
Issue Type: Bug
Reporter: Lei Rui
Session.setFetchSize only applies for the first query execution request and the
following fetch request uses the default fetch size 5000.
The reason is that the construction method of SessionDataSet in
`SessionConnection.executeQueryStatement` uses
`SessionConfig.DEFAULT_FETCH_SIZE` instead of the actual `session.fetchSize`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)