This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a change to branch beyyes/add_it
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 175f2b77328 add more it
     add 975bdee32bd Support executeBatch in Table Model
     add f1ec46511f3 Table model ingestion, fix sql insert problem
     new ca6c515fb60 Merge branch 'ty/TableModelGrammar' into beyyes/add_it
     new 6b0973bb426 add table it

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:
 .../it/query/old/aligned/AlignedWriteUtil.java     |  160 --
 .../aligned/IoTDBAlignedOffsetLimitPushDownIT.java |   43 +-
 .../old/aligned/IoTDBAlignedSeriesQueryIT.java     | 1864 ++++++++------------
 .../old/aligned/IoTDBPredicatePushDownIT.java      |    2 +-
 .../it/query/old/aligned/TableWriteUtil.java       |  155 ++
 .../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 +-
 .../planner/plan/node/write/InsertTabletNode.java  |    6 +-
 .../plan/node/write/RelationalInsertRowNode.java   |   22 +-
 .../node/write/RelationalInsertTabletNode.java     |   36 +-
 .../fetcher/TableHeaderSchemaValidator.java        |    2 +-
 .../optimizations/PushPredicateIntoTableScan.java  |    8 +-
 .../relational/sql/ast/WrappedInsertStatement.java |   27 +-
 .../plan/statement/crud/InsertTabletStatement.java |    8 +-
 .../iotdb/db/storageengine/StorageEngine.java      |    2 +-
 .../dataregion/memtable/TsFileProcessor.java       |    9 +-
 18 files changed, 1163 insertions(+), 1425 deletions(-)
 delete mode 100644 
integration-test/src/test/java/org/apache/iotdb/relational/it/query/old/aligned/AlignedWriteUtil.java
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/relational/it/query/old/aligned/TableWriteUtil.java

Reply via email to