You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/03/25 02:07:05 UTC

[incubator-iotdb] branch cluster_new updated (48f545e -> 7deabd4)

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

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


    from 48f545e  add processing of pull file failure add comments
     add b9cd6e2  fix time partition id getter
     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
     add 7deabd4  Merge branch 'partitioned_file_version_management' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  2 +-
 hive-connector/pom.xml                             | 16 +++++
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  9 ++-
 .../engine/storagegroup/StorageGroupProcessor.java | 68 ++++++++++++++++++----
 .../iotdb/db/exception/LoadEmptyFileException.java | 10 ++--
 ...unTimeException.java => LoadFileException.java} | 10 ++--
 ...ption.java => PartitionViolationException.java} | 10 ++--
 .../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 +++++++++--
 15 files changed, 228 insertions(+), 139 deletions(-)
 copy cluster/src/test/java/org/apache/iotdb/cluster/common/TestException.java => server/src/main/java/org/apache/iotdb/db/exception/LoadEmptyFileException.java (81%)
 copy server/src/main/java/org/apache/iotdb/db/exception/{runtime/FlushRunTimeException.java => LoadFileException.java} (78%)
 copy server/src/main/java/org/apache/iotdb/db/exception/{MergeException.java => PartitionViolationException.java} (75%)
 copy server/src/main/java/org/apache/iotdb/db/{service/JDBCServiceEventHandler.java => sync/thrift/SyncServiceEventHandler.java} (65%)