This is an automated email from the ASF dual-hosted git repository.
ericpai pushed a change to branch enhance/iotdb-3407
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard 46b1bb035a [IOTDB-3407] Checkstyle: force to use safe thread schedule
interface
add fbeddb9a77 Fix the issue that LastQuery lack MergeNode in some FI
(#6186)
add 6c10edff06 [IOTDB-3417] Group by month unit bug in MPP (#6185)
add 922ee7b162 [IOTDB-3361] Exception if measurement is not exist in where
clause in align by device
add 77f22c9bef [IOTDB-3407] Checkstyle: force to use safe thread schedule
interface
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (46b1bb035a)
\
N -- N -- N refs/heads/enhance/iotdb-3407 (77f22c9bef)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../sql/MeasurementNotExistException.java | 7 ++--
.../TimeRangeIteratorFactory.java | 12 +++---
.../apache/iotdb/db/mpp/plan/analyze/Analyzer.java | 48 ++++++++++++++++++----
.../db/mpp/plan/analyze/ExpressionAnalyzer.java | 5 ++-
.../distribution/DistributionPlanContext.java | 6 +++
.../plan/planner/distribution/SourceRewriter.java | 5 ++-
.../plan/parameter/GroupByTimeParameter.java | 13 +++---
.../db/mpp/aggregation/TimeRangeIteratorTest.java | 22 +++++++---
8 files changed, 86 insertions(+), 32 deletions(-)
copy
service-rpc/src/main/java/org/apache/iotdb/rpc/ConfigNodeConnectionException.java
=>
server/src/main/java/org/apache/iotdb/db/exception/sql/MeasurementNotExistException.java
(83%)