This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 18e0ae4 [IOTDB-2317] Deadlock between set ttl and create new
TsFileProcessor (#4750)
add 6203966 [IOTDB-2262][Aligned timeseries] support in select ... into
... clauses (#4757)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 2 +-
docs/UserGuide/Advanced-Features/Select-Into.md | 19 +++++++-
docs/zh/UserGuide/Advanced-Features/Select-Into.md | 20 +++++++-
.../iotdb/db/integration/IoTDBSelectIntoIT.java | 55 ++++++++++++++++++++++
.../selectinto/InsertTabletPlanGenerator.java | 8 +++-
.../selectinto/InsertTabletPlansIterator.java | 8 +++-
.../db/qp/logical/crud/SelectIntoOperator.java | 10 +++-
.../iotdb/db/qp/physical/crud/SelectIntoPlan.java | 18 ++++++-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 1 +
.../db/service/thrift/impl/TSServiceImpl.java | 6 +--
10 files changed, 135 insertions(+), 12 deletions(-)