This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch lmh/intoOperator
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1c7c1994f4 fix NPE in FI
add 97ccd7694c fix writtenCounter bug
add e322215c31 fix bugs
add e87e5f34af add IoTDBSelectIntoIT
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/it/env/MppConfig.java | 8 ++
.../org/apache/iotdb/itbase/env/BaseConfig.java | 8 ++
.../org/apache/iotdb/db/it/IoTDBSelectIntoIT.java | 150 +++++++++++++++++++++
.../iotdb/db/it/env/StandaloneEnvConfig.java | 13 ++
.../iotdb/db/client/DataNodeInternalClient.java | 6 -
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../operator/process/AbstractIntoOperator.java | 48 ++++---
.../operator/process/DeviceViewIntoOperator.java | 9 +-
.../execution/operator/process/IntoOperator.java | 9 +-
9 files changed, 223 insertions(+), 30 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBSelectIntoIT.java