This is an automated email from the ASF dual-hosted git repository.
lancelly pushed a change to branch fixMemory
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f8428d3bdfd add close
add 9f5d47ceb57 make close method of Operator an interface
No new revisions were added by this update.
Summary of changes:
.../queryengine/execution/operator/Operator.java | 11 +++++--
.../execution/operator/process/TopKOperator.java | 4 +--
.../operator/schema/SchemaFetchScanOperator.java | 5 ++++
.../source/AbstractDataSourceOperator.java | 5 ++++
.../operator/source/LastCacheScanOperator.java | 5 ++++
.../operator/source/ShowQueriesOperator.java | 5 ++++
.../execution/operator/FillOperatorTest.java | 15 ++++++++++
.../operator/LastQueryMergeOperatorTest.java | 20 +++++++++++++
.../execution/operator/LinearFillOperatorTest.java | 35 ++++++++++++++++++++++
9 files changed, 101 insertions(+), 4 deletions(-)