You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/14 06:59:12 UTC

[iotdb] branch Vector updated (a9d6687 -> 98fd47c)

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

haonan pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from a9d6687  [To Vector] change the way of flushing memtable from by column to by row (#2832)
     add b692da0  Skip code coverage and sonar reports in a forked pull request
     add 9ef4b81  Merge branch 'Vector' of https://github.com/apache/iotdb into Vector
     add ffeb7fe  Merge branch 'Vector' of https://github.com/apache/iotdb into Vector
     add 98fd47c  support insert vector with tablet plan

No new revisions were added by this update.

Summary of changes:
 .github/workflows/sonar-coveralls.yml              |  14 +--
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |  19 ++--
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  50 +++------
 .../db/engine/memtable/PrimitiveMemTable.java      |   5 +
 .../iotdb/db/engine/memtable/WritableMemChunk.java |   4 +
 .../apache/iotdb/db/rescon/TVListAllocator.java    |  13 ++-
 .../iotdb/db/utils/datastructure/VectorTVList.java |  12 +--
 .../db/engine/memtable/MemTableFlushTaskTest.java  |  37 +++++++
 .../db/engine/memtable/MemTableTestUtils.java      |  58 ++++++++++
 .../db/engine/memtable/PrimitiveMemTableTest.java  | 119 ++++++++++++---------
 .../write/schema/VectorMeasurementSchema.java      |   2 +-
 11 files changed, 225 insertions(+), 108 deletions(-)