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/04/05 05:10:08 UTC

[incubator-iotdb] branch refactor_bufferwrite updated (2d05053 -> 8075aaa)

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

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


    from 2d05053  merge with master
     new e0d4e33  [IOTDB-47][IOTDB-54][IOTDB-59][IOTDB-60]Aggregate+GroupBy+Fill (#97)
     new afea492  Fix [IOTDB-37]A WAL check tool script is desired
     new 9749349  Merge pull request #129 from FLOW4215/WalChecker
     new acb850d  Add create timeseries Operator (#130)
     new 8075aaa  merge with master

The 1586 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:
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  2 +
 .../apache/iotdb/db/auth/entity/PrivilegeType.java |  2 +-
 .../org/apache/iotdb/db/qp/QueryProcessor.java     |  1 +
 .../iotdb/db/qp/executor/OverflowQPExecutor.java   |  1 +
 .../org/apache/iotdb/db/qp/logical/Operator.java   |  2 +-
 .../iotdb/db/qp/logical/sys/MetadataOperator.java  |  4 +-
 .../iotdb/db/qp/physical/sys/MetadataPlan.java     |  4 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  1 +
 .../db/query/control/QueryResourceManager.java     |  2 -
 .../EngineExecutorWithoutTimeGenerator.java        |  1 -
 .../iotdb/db/query/executor/EngineQueryRouter.java |  2 +
 .../java/org/apache/iotdb/db/utils/AuthUtils.java  |  2 +
 .../writelog/transfer/PhysicalPlanLogTransfer.java |  1 +
 .../iotdb/db/integration/IoTDBAuthorizationIT.java | 33 +++++++++++-
 .../org/apache/iotdb/db/qp/QueryProcessorTest.java | 59 ++++++++++++++++++++++
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |  3 +-
 .../transfer/PhysicalPlanLogTransferTest.java      | 29 ++++++-----
 17 files changed, 126 insertions(+), 23 deletions(-)
 create mode 100644 iotdb/src/test/java/org/apache/iotdb/db/qp/QueryProcessorTest.java