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 7771a59 fix udf tests
new 4a1724e fix some as tests
new c8164b8 fix aggregation * query tests
The 2 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 | 14 +++++---
.../iotdb/db/qp/physical/crud/QueryPlan.java | 2 +-
.../apache/iotdb/db/qp/physical/crud/UDTFPlan.java | 7 ----
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 9 +++---
.../qp/strategy/optimizer/ConcatPathOptimizer.java | 2 +-
.../apache/iotdb/db/qp/utils/WildcardsRemover.java | 21 ++++++++++--
.../iotdb/db/query/executor/LastQueryExecutor.java | 12 ++-----
.../iotdb/db/query/expression/ResultColumn.java | 11 ++++++-
.../query/expression/unary/TimeSeriesOperand.java | 4 ++-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 37 +++++-----------------
.../db/integration/IoTDBQueryMemoryControlIT.java | 2 +-
11 files changed, 60 insertions(+), 61 deletions(-)