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/02/23 04:24:32 UTC

[incubator-iotdb] branch new_series_reader updated (9570e2a -> 4aa9ff3)

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 9570e2a  resolve conflict after merging master
     add 4aa9ff3  fix sonar bug and smell

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/engine/merge/manage/MergeManager.java |  1 +
 .../iotdb/db/engine/storagegroup/TsFileProcessor.java     |  9 ---------
 .../iotdb/db/exception/runtime/JDBCServiceException.java  | 15 +++++++++++++++
 .../iotdb/db/qp/physical/crud/AlignByDevicePlan.java      |  6 +++---
 .../apache/iotdb/db/qp/strategy/PhysicalGenerator.java    | 10 ++++------
 .../db/query/aggregation/impl/MaxTimeAggrResult.java      |  2 +-
 .../iotdb/db/query/executor/AggregationExecutor.java      |  2 +-
 .../apache/iotdb/db/query/reader/chunk/MemPageReader.java |  2 --
 .../java/org/apache/iotdb/db/service/JDBCService.java     |  5 +++--
 .../tsfile/read/query/timegenerator/TimeGenerator.java    |  7 +++----
 .../tsfile/read/query/timegenerator/node/LeafNode.java    |  1 -
 .../read/query/timegenerator/TimeGeneratorTest.java       |  3 +--
 12 files changed, 32 insertions(+), 31 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/exception/runtime/JDBCServiceException.java