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 d5e0775 Merge branch 'feature_async_close_tsfile' of
github.com:apache/incubator-iotdb into feature_async_close_tsfile
add 5f827f3 fix bug in auth query and rename OverflowQPExecutor
No new revisions were added by this update.
Summary of changes:
...utor.java => AbstractQueryProcessExecutor.java} | 2 +-
.../iotdb/db/qp/executor/OverflowQPExecutor.java | 621 ---------------------
.../iotdb/db/qp/executor/QueryProcessExecutor.java | 621 ++++++++++++++++++---
.../db/qp/logical/crud/BasicFunctionOperator.java | 1 -
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 2 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 4 +-
.../iotdb/db/sync/receiver/SyncServiceImpl.java | 6 +-
.../org/apache/iotdb/db/qp/QueryProcessorTest.java | 4 +-
.../apache/iotdb/db/qp/utils/MemIntQpExecutor.java | 4 +-
.../dataset/EngineDataSetWithValueFilterTest.java | 4 +-
10 files changed, 569 insertions(+), 700 deletions(-)
copy
iotdb/src/main/java/org/apache/iotdb/db/qp/executor/{QueryProcessExecutor.java
=> AbstractQueryProcessExecutor.java} (98%)
delete mode 100644
iotdb/src/main/java/org/apache/iotdb/db/qp/executor/OverflowQPExecutor.java