You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/27 13:47:15 UTC

[incubator-iotdb] branch master updated (a1e3a30 -> 2a47268)

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

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


    from a1e3a30  [IOTDB-26] client-cli output error when exiting (#73)
     add 14f6503  fix AbstractClient, Client and DeletionQueryTest.
     add 4fb9c46  refactor WinClient
     add 19c84dd  refactor ExportCsv
     add 15c5801  fix ImportCsv
     add bbeb32f  Merge branch 'master' into fix_sonar_bug
     new 2a47268  Merge pull request #58 from apache/fix_sonar_bug

The 1 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:
 .../apache/iotdb/cli/client/AbstractClient.java    |  21 +-
 .../java/org/apache/iotdb/cli/client/Client.java   | 302 +++++-------------
 .../org/apache/iotdb/cli/client/WinClient.java     | 152 +++++----
 .../org/apache/iotdb/cli/tool/CsvTestDataGen.java  | 125 --------
 .../java/org/apache/iotdb/cli/tool/ExportCsv.java  | 159 +++++-----
 .../java/org/apache/iotdb/cli/tool/ImportCsv.java  | 353 ++++++++++++---------
 .../db/engine/modification/DeletionQueryTest.java  |   2 -
 7 files changed, 460 insertions(+), 654 deletions(-)
 delete mode 100644 iotdb-cli/src/main/java/org/apache/iotdb/cli/tool/CsvTestDataGen.java


[incubator-iotdb] 01/01: Merge pull request #58 from apache/fix_sonar_bug

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2a472685afdb33b3cef7a60bd0152f56e7be0f7e
Merge: a1e3a30 bbeb32f
Author: Xiangdong Huang <hx...@qq.com>
AuthorDate: Wed Feb 27 21:47:10 2019 +0800

    Merge pull request #58 from apache/fix_sonar_bug
    
    Fix sonar bugs

 .../apache/iotdb/cli/client/AbstractClient.java    |  21 +-
 .../java/org/apache/iotdb/cli/client/Client.java   | 302 +++++-------------
 .../org/apache/iotdb/cli/client/WinClient.java     | 152 +++++----
 .../org/apache/iotdb/cli/tool/CsvTestDataGen.java  | 125 --------
 .../java/org/apache/iotdb/cli/tool/ExportCsv.java  | 159 +++++-----
 .../java/org/apache/iotdb/cli/tool/ImportCsv.java  | 353 ++++++++++++---------
 .../db/engine/modification/DeletionQueryTest.java  |   2 -
 7 files changed, 460 insertions(+), 654 deletions(-)