You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/19 05:33:15 UTC

[incubator-iotdb] branch f_batch_reader updated (8435405 -> 64136da)

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

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


    from 8435405  fix a bug about queryId in TSServiceImpl.createQueryDataSet (#665)
     add 64136da  [Query refactor] remove hasNext() in BatchData (#668)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/jdbc/IoTDBQueryResultSet.java | 44 ++++-----------
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 24 ++------
 .../qp/executor/AbstractQueryProcessExecutor.java  | 25 +++-----
 .../iotdb/db/qp/executor/QueryProcessExecutor.java | 30 +++-------
 .../db/query/aggregation/impl/AvgAggrFunc.java     |  3 +-
 .../db/query/aggregation/impl/CountAggrFunc.java   |  3 +-
 .../NewEngineDataSetWithoutValueFilter.java        |  8 +--
 .../OldEngineDataSetWithoutValueFilter.java        |  7 ++-
 .../groupby/GroupByWithoutValueFilterDataSet.java  | 16 ++----
 .../iotdb/db/query/executor/EngineQueryRouter.java |  9 ++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 66 ++++------------------
 .../org/apache/iotdb/db/utils/TimeValuePair.java   |  3 +-
 .../apache/iotdb/tsfile/read/common/BatchData.java | 24 ++++----
 .../reader/series/AbstractFileSeriesReader.java    |  5 +-
 .../iotdb/tsfile/read/reader/ReaderTest.java       |  5 +-
 15 files changed, 88 insertions(+), 184 deletions(-)