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 2019/09/06 09:33:10 UTC

[incubator-iotdb] branch master updated (89fdf9e -> e6199e4)

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

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


    from 89fdf9e  Merge pull request #303 from SilverNarcissus/xuekaifeng-spark-connector
     new 734154b  remove the redundant field measurementSchemaList in Schema.java
     new d75a223  Change all the str.length() to str.getBytes().length while calculating the serialized byte size
     new 69dc6e4  Set log level to error
     new e6199e4  Merge pull request #377 from JackieTien97/ty

The 2144 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/tsfile/file/footer/ChunkGroupFooter.java | 13 +++++----
 .../iotdb/tsfile/file/header/ChunkHeader.java      | 24 ++++++++++++-----
 .../tsfile/file/metadata/ChunkGroupMetaData.java   | 14 +++++-----
 .../iotdb/tsfile/file/metadata/ChunkMetaData.java  | 31 ++++++++++++++++------
 .../tsfile/file/metadata/TsDeviceMetadata.java     |  5 ++--
 .../apache/iotdb/tsfile/write/schema/Schema.java   | 27 +++++++------------
 tsfile/src/test/resources/logback.xml              |  2 +-
 7 files changed, 70 insertions(+), 46 deletions(-)