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/01/22 01:39:04 UTC

[incubator-iotdb] branch new_series_reader updated (ab0c74e -> 3224d83)

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

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


    from ab0c74e  fix javadoc
     add c07ce8f  [hotfix] Simplify the setting of Locale defaults for String.format().
     add cce087f  Merge pull request #739 from sunjincheng121/IOTDB-417-followup
     add 3033b52  [IOTDB-423] Using Raw type rather than generic feature in PrimitiveArrayPool (#745)
     add 68d9701  fix client display. (#751)
     add 9d006a7  fix can't change root password (#750)
     add 3a0c406  make jdbc easy to locate problem. (#749)
     add 3224d83  Merge remote-tracking branch 'origin/master' into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/client/AbstractClient.java    | 25 ++++----
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     | 75 +++++++++++-----------
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 46 +++++++------
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  2 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  6 +-
 .../apache/iotdb/db/rescon/PrimitiveArrayPool.java | 16 ++---
 .../iotdb/db/integration/IoTDBDeletionIT.java      | 13 ++--
 .../db/integration/IoTDBFlushQueryMergeTest.java   |  7 +-
 8 files changed, 95 insertions(+), 95 deletions(-)