This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch mem_control
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 07b95ae issue fixing
add 644448a remove writeProcessException from tvlist
No new revisions were added by this update.
Summary of changes:
.../db/engine/memtable/IWritableMemChunk.java | 30 +++++----
.../iotdb/db/engine/memtable/WritableMemChunk.java | 29 +++++----
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 3 -
.../iotdb/db/utils/datastructure/BinaryTVList.java | 6 +-
.../db/utils/datastructure/BooleanTVList.java | 6 +-
.../iotdb/db/utils/datastructure/DoubleTVList.java | 6 +-
.../iotdb/db/utils/datastructure/FloatTVList.java | 5 +-
.../iotdb/db/utils/datastructure/IntTVList.java | 5 +-
.../iotdb/db/utils/datastructure/LongTVList.java | 5 +-
.../iotdb/db/utils/datastructure/TVList.java | 25 ++++----
.../db/engine/cache/ChunkMetadataCacheTest.java | 1 -
.../storagegroup/StorageGroupProcessorTest.java | 73 ----------------------
.../iotdb/db/engine/storagegroup/TTLTest.java | 2 -
13 files changed, 52 insertions(+), 144 deletions(-)