You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/07/03 01:32:33 UTC

[incubator-iotdb] branch TyShowTimeSeries updated (6603dfe -> d8b7d78)

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

jackietien pushed a change to branch TyShowTimeSeries
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 6603dfe  add insertStringRecord rpc method (#1450)
     new ae1d410  show timeseries
     new 7e036c9  Update ShowTimeseriesDataSet.java
     new c6fb889  Update QueryUtils.java
     new fe17c3e  Update IoTDBSimpleQueryIT.java
     new f158fe1  show
     new d8b7d78  Merge pull request #1455 from SailVR/master

The 3682 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:
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  62 +--------
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     |   8 ++
 ...ListDataSet.java => ShowTimeseriesDataSet.java} |  34 ++++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  11 ++
 .../java/org/apache/iotdb/db/utils/QueryUtils.java | 117 +++++++++++++++-
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 151 +++++++++++++++++++++
 6 files changed, 310 insertions(+), 73 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/query/dataset/{ListDataSet.java => ShowTimeseriesDataSet.java} (56%)