This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 0ff8f3ecd93 fix getSchemaPartition
add 600ade921e9 fix missing measurement and columnCatefories in insertRow
fix null id segment
add 36630e50c4b fix partition key npe for null id segment
add 127336056a3 fix adjust id columns
No new revisions were added by this update.
Summary of changes:
.../iotdb/session/it/IoTDBSessionRelationalIT.java | 372 +++++++++++++++++----
.../java/org/apache/iotdb/isession/ISession.java | 4 +-
.../java/org/apache/iotdb/session/Session.java | 12 +-
.../plan/parser/StatementGenerator.java | 17 +-
.../planner/plan/node/write/InsertTabletNode.java | 8 +-
.../node/write/RelationalInsertTabletNode.java | 3 +-
.../plan/relational/planner/RelationPlanner.java | 1 +
.../plan/relational/sql/ast/FetchDevice.java | 2 +-
.../relational/sql/ast/WrappedInsertStatement.java | 13 +-
.../plan/relational/sql/parser/AstBuilder.java | 1 +
.../plan/statement/crud/InsertRowStatement.java | 4 +-
.../plan/statement/crud/InsertTabletStatement.java | 3 +-
.../org/apache/iotdb/db/utils/CommonUtils.java | 2 +-
.../plan/statement/InsertStatementTest.java | 182 ++++++++++
14 files changed, 547 insertions(+), 77 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/statement/InsertStatementTest.java