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/08/22 10:24:13 UTC

[incubator-iotdb] branch rpc_client updated (e31d4f5 -> f0fb8c2)

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

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


    from e31d4f5  fix write too many times bug
     add 26ffc58  code optimization.
     add 821a3b2  fix IOTDB-168 and 169
     add 64376f1  Merge pull request #1 from apache/master
     add 9c59ec4  move "tsfile/examle" to "example/tsfile" and fix 'example/tsfile/TsFileRead.java'
     add 6101b8a  update 2-Usage.md and pox.xml of module example/tsfile
     add 2e03a2a  add license to pom.xml of example/tsfile
     add ec4f051  Merge pull request #346 from yx-zhang/fix-example
     add f0fb8c2  merge master to resolve conflict

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cli/tool/ExportCsv.java  | 44 +++++++++++++---------
 docs/Documentation/UserGuide/8-TsFile/2-Usage.md   |  4 +-
 example/pom.xml                                    |  2 +-
 example/{client => tsfile}/pom.xml                 | 30 ++++++++-------
 {tsfile/example => example/tsfile}/readme.md       |  2 +-
 .../java/org/apache/iotdb/tsfile/TsFileRead.java   |  4 +-
 .../apache/iotdb/tsfile/TsFileSequenceRead.java    |  0
 .../iotdb/tsfile/TsFileWriteWithRowBatch.java      |  0
 .../iotdb/tsfile/TsFileWriteWithTSRecord.java      |  0
 .../encoding/encoder/DeltaBinaryEncoder.java       |  6 +--
 .../tsfile/file/metadata/utils/TestHelper.java     |  9 ++---
 .../iotdb/tsfile/file/metadata/utils/Utils.java    |  8 ++--
 12 files changed, 60 insertions(+), 49 deletions(-)
 copy example/{client => tsfile}/pom.xml (69%)
 rename {tsfile/example => example/tsfile}/readme.md (98%)
 rename {tsfile/example => example/tsfile}/src/main/java/org/apache/iotdb/tsfile/TsFileRead.java (98%)
 rename {tsfile/example => example/tsfile}/src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java (100%)
 rename {tsfile/example => example/tsfile}/src/main/java/org/apache/iotdb/tsfile/TsFileWriteWithRowBatch.java (100%)
 rename {tsfile/example => example/tsfile}/src/main/java/org/apache/iotdb/tsfile/TsFileWriteWithTSRecord.java (100%)