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/04/12 02:46:12 UTC

[incubator-iotdb] branch master updated: add issue for new tsfile pr

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d99fe3b  add issue for new tsfile pr
d99fe3b is described below

commit d99fe3b0eb8bf3fd0621b414029768c0510a0b94
Author: qiaojialin <64...@qq.com>
AuthorDate: Sun Apr 12 10:45:51 2020 +0800

    add issue for new tsfile pr
---
 tsfile/format-changelist.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsfile/format-changelist.md b/tsfile/format-changelist.md
index 37eb392..fc7ced9 100644
--- a/tsfile/format-changelist.md
+++ b/tsfile/format-changelist.md
@@ -27,7 +27,7 @@ Last Updated on 2019-11-28 by Jialin Qiao.
 | PR#   | Name                                                        | Author          | Changes                                                      |
 | ---- | ------------------------------------------------------------ | --------------- | ------------------------------------------------------------ |
 | 587  | [IOTDB-325] Refactor Statistics                              | qiaojialin      | Move start time, end time, count in PageHeader and ChunkMetadata into Statistics; Remove maxTombstoneTime in ChunkHeader |
-| 855  | New TsFile                                                   | HTHou           | Remove ChunkGroupMetadata, store ChunkMetadata list by series, Add TimeseriesMetadata for each series |
+| 855  | [IOTDB-587] New TsFile version 2                             | HTHou           | Remove ChunkGroupMetadata, store ChunkMetadata list by series, Add TimeseriesMetadata for each series |
 | 1024 | [IOTDB-585] Fix recover version bug                          | qiaojialin      | Add MetaMarker.VERSION and version behind each flushing memtable (flushAllChunkGroups) |
 
 # 0.8.0 (version-0) -> version-1