You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2019/06/25 01:39:54 UTC

[incubator-iotdb] branch qovc updated (bb1c101 -> b995ed8)

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

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


    from bb1c101  fix bug of query on value columns
     add b995ed8  format query

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/query/factory/SeriesReaderFactory.java |  6 ++----
 .../apache/iotdb/db/query/factory/SeriesReaderFactoryImpl.java |  4 ++--
 ...taReader.java => AllDataReaderWithOptGlobalTimeFilter.java} |  9 +++++----
 .../iotdb/db/query/reader/AllDataReaderWithValueFilter.java    |  2 +-
 ...Test.java => AllDataReaderWithOptGlobalTimeFilterTest.java} | 10 +++++-----
 5 files changed, 15 insertions(+), 16 deletions(-)
 rename iotdb/src/main/java/org/apache/iotdb/db/query/reader/{AllDataReader.java => AllDataReaderWithOptGlobalTimeFilter.java} (90%)
 rename iotdb/src/test/java/org/apache/iotdb/db/query/reader/{AllDataReaderTest.java => AllDataReaderWithOptGlobalTimeFilterTest.java} (88%)