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/03/11 13:24:33 UTC

[incubator-iotdb] branch new_TsFile updated (05e10f5 -> 5b65edd)

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

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


    from 05e10f5  fix inpartitionTimeRange update
     add 5b65edd  fix spark and allow write without register device

No new revisions were added by this update.

Summary of changes:
 .../SystemDesign/7-Connector/3-Spark-TsFile.md     | 48 +++++++++++++---------
 .../tsfile/qp/optimizer/PhysicalOptimizer.java     | 38 +++++++----------
 .../apache/iotdb/spark/tsfile/DefaultSource.scala  |  6 +--
 .../iotdb/spark/tsfile/NarrowConverter.scala       | 21 ++++++----
 .../apache/iotdb/spark/tsfile/WideConverter.scala  | 34 +++++++--------
 .../apache/iotdb/spark/tsfile/ConverterTest.scala  |  6 +--
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 44 +++++++++-----------
 .../read/controller/MetadataQuerierByFileImpl.java |  3 +-
 .../apache/iotdb/tsfile/write/TsFileWriter.java    |  4 ++
 .../apache/iotdb/tsfile/write/schema/Schema.java   |  4 ++
 10 files changed, 107 insertions(+), 101 deletions(-)