This is an automated email from the ASF dual-hosted git repository. jackietien pushed a change to branch ty/TableIT in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3823ba3a445 partial new 405eeb2c5c8 partial add a5098916899 Add IoTDBAlignByDeviceWithTemplateIT in table model (#12987) add 975bdee32bd Support executeBatch in Table Model add f1ec46511f3 Table model ingestion, fix sql insert problem new 4e0786d7897 fix conflicts The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../IoTDBAlignByDeviceWithTemplateIT.java | 4 +- .../iotdb/session/it/IoTDBSessionRelationalIT.java | 126 +++++++++++++++++---- .../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 11 ++ .../java/org/apache/iotdb/rpc/TSStatusCode.java | 2 + .../protocol/thrift/impl/ClientRPCServiceImpl.java | 105 ++++++++++++----- .../relational/ColumnTransformerBuilder.java | 22 ++-- .../planner/plan/node/write/InsertTabletNode.java | 6 +- .../plan/node/write/RelationalInsertRowNode.java | 22 ++-- .../node/write/RelationalInsertTabletNode.java | 36 +++--- .../fetcher/TableHeaderSchemaValidator.java | 2 +- .../relational/sql/ast/WrappedInsertStatement.java | 27 +++-- .../plan/statement/crud/InsertTabletStatement.java | 8 +- .../scalar/SubStringFunctionColumnTransformer.java | 4 +- .../iotdb/db/storageengine/StorageEngine.java | 2 +- .../dataregion/memtable/TsFileProcessor.java | 9 +- 15 files changed, 280 insertions(+), 106 deletions(-)