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

rong pushed a change to branch iotdb-1022-v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 6862068  fix aggregation tests
     new c1ff734  fix checkAggregation
     new 3125c46  fix IoTDBUDFManagementIT
     new 7771a59  fix udf tests

The 3 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:
 .../iotdb/db/qp/logical/crud/SelectOperator.java   |  12 +-
 .../db/qp/physical/crud/AlignByDevicePlan.java     |   6 +
 .../iotdb/db/qp/physical/crud/LastQueryPlan.java   |  24 ++++
 .../iotdb/db/qp/physical/crud/QueryPlan.java       |  14 +++
 .../db/qp/physical/crud/RawDataQueryPlan.java      |  67 +++++++++++
 .../apache/iotdb/db/qp/physical/crud/UDTFPlan.java |  70 ++++++++++--
 .../iotdb/db/qp/strategy/LogicalChecker.java       |  32 +++++-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 125 ++-------------------
 .../iotdb/db/query/expression/Expression.java      |   4 +
 .../iotdb/db/query/expression/ResultColumn.java    |   8 ++
 .../query/expression/binary/BinaryExpression.java  |   7 ++
 .../query/expression/unary/FunctionExpression.java |   8 ++
 .../db/query/expression/unary/MinusExpression.java |   6 +
 .../query/expression/unary/TimeSeriesOperand.java  |   6 +
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   9 +-
 .../iotdb/db/integration/IoTDBUDFManagementIT.java |  10 +-
 .../db/integration/IoTDBUDTFHybridQueryIT.java     |   3 +-
 17 files changed, 270 insertions(+), 141 deletions(-)

Reply via email to