You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/12/11 07:43:59 UTC

[iotdb] branch IOTDB-1050 updated (f4bd808 -> 9f7ab47b)

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

geniuspig pushed a change to branch IOTDB-1050
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from f4bd808  Update PlanExecutor.java
     add 9f7ab47b add test.

No new revisions were added by this update.

Summary of changes:
 .../db/query/dataset/ShowTimeseriesDataSet.java    |   7 +-
 .../iotdb/db/query/dataset/ListDataSetTest.java    | 126 +++++++++++++++++++++
 .../iotdb/db/query/dataset/SingleDataSetTest.java  | 115 +++++++++++++++++++
 3 files changed, 244 insertions(+), 4 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/dataset/ListDataSetTest.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/dataset/SingleDataSetTest.java