This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch new_vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from d418416 add some comments
new 8d6985e fix more insert bugs
new 8cb77ff Merge branch 'new_vector' of https://github.com/apache/iotdb
into new_vector
new 38b81bc spotless
The 3 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:
.../iotdb/db/engine/memtable/AbstractMemTable.java | 6 ++---
.../apache/iotdb/db/engine/memtable/IMemTable.java | 2 +-
.../db/engine/memtable/IWritableMemChunk.java | 4 ++--
.../db/engine/memtable/VectorWritableMemChunk.java | 28 ++++++++++++----------
.../iotdb/db/engine/memtable/WritableMemChunk.java | 4 ++--
.../apache/iotdb/db/metadata/path/PartialPath.java | 20 +++++++++-------
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 12 ----------
.../iotdb/db/qp/physical/crud/InsertPlan.java | 15 ------------
.../iotdb/db/qp/physical/crud/InsertRowPlan.java | 12 ++--------
.../db/qp/physical/crud/InsertTabletPlan.java | 12 ++--------
.../iotdb/db/writelog/recover/LogReplayer.java | 15 +-----------
.../db/engine/memtable/MemTableFlushTaskTest.java | 22 +++++++----------
.../db/engine/memtable/MemTableTestUtils.java | 14 +++++------
.../db/engine/memtable/PrimitiveMemTableTest.java | 15 ++++++------
.../iotdb/db/qp/physical/InsertRowPlanTest.java | 3 +--
15 files changed, 64 insertions(+), 120 deletions(-)