This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch feature_async_close_tsfile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from ef32dad reduce code smells
add 43f26fa further optimize codes and fix fetchMetadata in TsServiceImpl
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/qp/QueryProcessor.java | 6 +--
.../apache/iotdb/db/qp/constant/SQLConstant.java | 13 +++--
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 30 +----------
.../iotdb/db/qp/physical/crud/UpdatePlan.java | 10 ++--
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 16 +++---
.../iotdb/db/query/context/QueryContext.java | 4 --
.../apache/iotdb/db/rescon/PrimitiveArrayPool.java | 4 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 61 +++++++++++++++-------
.../org/apache/iotdb/db/sql/parse/ParseDriver.java | 34 +++++-------
.../writelog/recover/TsFileRecoverPerformer.java | 13 ++---
.../storagegroup/StorageGroupProcessorTest.java | 2 +-
.../iotdb/db/integration/IoTDBAggregationIT.java | 2 +-
.../integration/IoTDBAggregationLargeDataIT.java | 2 +-
.../iotdb/db/integration/IoTDBDeletionIT.java | 6 +--
.../db/integration/IoTDBFlushQueryMergeTest.java | 2 +-
.../iotdb/db/integration/IoTDBSeriesReaderIT.java | 2 +-
.../iotdb/db/integration/IoTDBVersionIT.java | 2 +-
17 files changed, 91 insertions(+), 118 deletions(-)