You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/02/03 12:44:07 UTC

[incubator-iotdb] branch new_series_reader updated (908068a -> bfbb1f3)

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

qiaojialin pushed a change to branch new_series_reader
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 908068a  fix IoTDBGroupbyDeviceIT and IoTDBGroupByIT
     add bfbb1f3  [IOTDB-443] Fix ReadOnlyMemChunk round float and double data incorrectly (#761)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  5 ++--
 .../apache/iotdb/db/engine/memtable/IMemTable.java |  6 ++--
 .../db/engine/querycontext/ReadOnlyMemChunk.java   | 11 ++++---
 .../engine/storagegroup/StorageGroupProcessor.java | 28 +++++++++---------
 .../db/engine/storagegroup/TsFileProcessor.java    | 18 +++++++-----
 .../iotdb/db/utils/datastructure/BinaryTVList.java |  4 ++-
 .../db/utils/datastructure/BooleanTVList.java      |  4 ++-
 .../iotdb/db/utils/datastructure/DoubleTVList.java |  6 ++--
 .../iotdb/db/utils/datastructure/FloatTVList.java  |  6 ++--
 .../iotdb/db/utils/datastructure/IntTVList.java    |  4 ++-
 .../iotdb/db/utils/datastructure/LongTVList.java   |  4 ++-
 .../iotdb/db/utils/datastructure/TVList.java       | 15 +++++-----
 .../db/engine/memtable/PrimitiveMemTableTest.java  | 34 ++++++++++++----------
 .../storagegroup/StorageGroupProcessorTest.java    |  3 +-
 .../engine/storagegroup/TsFileProcessorTest.java   | 22 +++++++-------
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  6 ++--
 16 files changed, 101 insertions(+), 75 deletions(-)