From 952811565e4bb7192b66615b9943f1487299a877 Mon Sep 17 00:00:00 2001 From: bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com> Date: Tue, 14 Sep 2021 14:12:47 +0800 Subject: [PATCH] comment typo --- src/interface/storage.thrift | 2 +- src/storage/test/IndexScanLimitTest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface/storage.thrift b/src/interface/storage.thrift index e11baed8a07..067756ee89f 100644 --- a/src/interface/storage.thrift +++ b/src/interface/storage.thrift @@ -536,7 +536,7 @@ struct LookupIndexRequest { // Support kVid and kTag for vertex, kSrc, kType, kRank and kDst for edge. 4: optional list return_columns, 5: optional RequestCommon common, - // max row count of each partition in this response, 0 means no limit. + // max row count of each partition in this response 6: optional i64 limit, } diff --git a/src/storage/test/IndexScanLimitTest.cpp b/src/storage/test/IndexScanLimitTest.cpp index 8539ded0a33..b71e3578898 100644 --- a/src/storage/test/IndexScanLimitTest.cpp +++ b/src/storage/test/IndexScanLimitTest.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 vesoft inc. All rights reserved. +/* Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory.