This is an automated email from the ASF dual-hosted git repository.
ericpai pushed a change to branch bugfix/iotdb-3377
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard cb0d87179c [IOTDB-3377] Enhance IT files code style checking
add 23efe9791a fix aggregation bug (#6146)
add c77c70b249 [IOTDB-3375] Fix NPE when inserting multi-rows by SQL
(#6148)
add 5527c66f67 Fix duplicated InputExpression in GroupByLevelNode (#6143)
add 464cbfe44d [IOTDB-3366] fix npe when no data when show latest
timeseries. (#6126)
add 78413c59f9 [IOTDB-3377] Enhance IT files code style checking
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 (cb0d87179c)
\
N -- N -- N refs/heads/bugfix/iotdb-3377 (78413c59f9)
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:
.../operator/process/LastQueryMergeOperator.java | 7 +-
.../schema/SchemaQueryOrderByHeatOperator.java | 74 ++++++++++++----------
.../plan/expression/multi/FunctionExpression.java | 2 +-
.../db/mpp/plan/planner/LocalExecutionPlanner.java | 8 ++-
.../iotdb/db/mpp/plan/planner/LogicalPlanner.java | 1 +
.../plan/planner/distribution/SourceRewriter.java | 10 +--
.../plan/planner/plan/node/PlanGraphPrinter.java | 3 +-
.../metedata/read/SchemaQueryOrderByHeatNode.java | 33 +++-------
.../planner/plan/node/write/InsertRowsNode.java | 2 +-
.../plan/node/write/InsertRowsOfOneDeviceNode.java | 29 +++++----
.../thrift/impl/DataNodeTSIServiceImpl.java | 3 +-
.../datanode1conf/iotdb-engine.properties | 2 +-
.../datanode2conf/iotdb-engine.properties | 2 +-
.../datanode3conf/iotdb-engine.properties | 2 +-
14 files changed, 92 insertions(+), 86 deletions(-)