This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch rest-row-limit
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 65f2e5f16ea Enforce REST query row limit
add 295ef2fa6f6 Remap non-positive REST row limit config to default and
add regression tests
No new revisions were added by this update.
Summary of changes:
.../rest/protocol/handler/QueryRowLimitUtils.java | 9 +-
.../rest/protocol/v2/handler/FastLastHandler.java | 65 ++++++++++-
.../rest/protocol/v2/impl/RestApiServiceImpl.java | 45 +-------
.../protocol/handler/QueryRowLimitUtilsTest.java | 17 ++-
.../protocol/v2/handler/FastLastHandlerTest.java | 119 +++++++++++++++++++++
.../conf/iotdb-system.properties.template | 1 +
6 files changed, 204 insertions(+), 52 deletions(-)
create mode 100644
external-service-impl/rest/src/test/java/org/apache/iotdb/rest/protocol/v2/handler/FastLastHandlerTest.java