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 8cec845537 fix serde & session bug
add 30111559d8 fix typo
add 1060bffa92 fix session close bug
add 22ffc3fdb8 rename
add 9c6aa8e4a3 add exception check ITs
add d6d6d01b28 add more UTs
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/it/selectinto/IoTDBSelectIntoIT.java | 70 ++++++++++++++++-
.../org/apache/iotdb/db/it/utils/TestUtils.java | 10 +++
.../iotdb/db/client/DataNodeInternalClient.java | 6 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../parameter/DeviceViewIntoPathDescriptor.java | 4 +-
.../planner/plan/parameter/IntoPathDescriptor.java | 4 +-
.../plan/statement/component/IntoComponent.java | 8 +-
.../iotdb/db/mpp/plan/analyze/AnalyzeFailTest.java | 87 +++++++++++++++++++++-
.../iotdb/db/mpp/plan/analyze/AnalyzeTest.java | 8 +-
.../java/org/apache/iotdb/tsfile/utils/BitMap.java | 6 +-
10 files changed, 186 insertions(+), 19 deletions(-)