This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d16ec65b70a Fix process of last query if intermediate state of last
cache is read when query concurrently
add be92fcd7a60 Fix sort properties process of AggregationNode when
generate distribution plan
No new revisions were added by this update.
Summary of changes:
.../it/query/recent/IoTDBComplexQueryIT.java | 84 ++++++++++++++++++++++
.../distribute/TableDistributedPlanGenerator.java | 42 +++++++++--
.../TransformAggregationToStreamable.java | 33 +++++++--
3 files changed, 150 insertions(+), 9 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBComplexQueryIT.java