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

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


    from b9cd6e2  fix time partition id getter
     add d384cb5  add rpc compression api in client and session module (#930)
     add 94411e0  Delete dataTypeMapping etc fields in QueryPlan (#934)
     add 8b8d4c3  Fix Travis issues about timeout and the socket problem in the 
Sync module  (#940)
     add 9fe3895  support Chinese character (#939)
     add b1c209d  fix downloading pentaho-aggdesigner-algorithm error from 
maven repo (#941)
     add a8a5e6c  Merge branch 'master' into partitioned_file_version_management

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  2 +-
 .../org/apache/iotdb/client/AbstractClient.java    | 21 ++++---
 .../main/java/org/apache/iotdb/client/Client.java  |  3 +
 .../java/org/apache/iotdb/client/WinClient.java    |  3 +
 .../main/java/org/apache/iotdb/SessionExample.java | 20 ++++---
 hive-connector/pom.xml                             | 16 ++++++
 .../main/java/org/apache/iotdb/jdbc/Config.java    |  2 +-
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  9 ++-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |  3 -
 .../db/qp/physical/crud/AlignByDevicePlan.java     | 12 ++--
 .../iotdb/db/qp/physical/crud/QueryPlan.java       | 11 ----
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 65 ++++++++--------------
 .../db/query/dataset/AlignByDeviceDataSet.java     | 53 ++++++++++--------
 .../iotdb/db/sync/receiver/SyncServerManager.java  | 36 +++++++++++-
 .../thrift/SyncServiceEventHandler.java}           | 29 +++++-----
 .../iotdb/db/qp/plan/LogicalPlanSmallTest.java     | 33 +++++++++--
 .../java/org/apache/iotdb/session/Session.java     | 33 ++++++-----
 17 files changed, 208 insertions(+), 143 deletions(-)
 copy 
server/src/main/java/org/apache/iotdb/db/{service/JDBCServiceEventHandler.java 
=> sync/thrift/SyncServiceEventHandler.java} (65%)

Reply via email to