You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/06/18 07:30:57 UTC

[iotdb] branch download_links updated (c0f3698 -> d83b0b1)

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

haonan pushed a change to branch download_links
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from c0f3698  Update download links for v0.11.4 in Chinese site
     add 699f866  Fix Cpp example not release query dataset bug (#3419)
     add e531f3a  Add PMC img(#3422)
     add 6b9fe87  [IOTDB-1442] Time filter & TTL is not used during the construction of ClusterTimeGenerator (#3420)
     add b47f96d  Update download links for v0.11.4 (#3423)
     new d83b0b1  Merge branch 'master' of https://github.com/apache/iotdb into download_links

The 1 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:
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  18 ++---
 .../cluster/query/reader/ClusterReaderFactory.java |  23 +++---
 .../cluster/query/reader/ClusterTimeGenerator.java |  45 +++++++----
 .../apache/iotdb/cluster/query/BaseQueryTest.java  |   4 +-
 .../query/ClusterDataQueryExecutorTest.java        |   6 +-
 .../query/reader/ClusterReaderFactoryTest.java     |  82 +++++++++++++++++++++
 .../query/reader/ClusterTimeGeneratorTest.java     |  58 +++++++++++++++
 .../iotdb/cluster/server/member/BaseMember.java    |   2 +-
 example/client-cpp-example/src/SessionExample.cpp  |   2 +
 .../reader/series/SeriesRawDataBatchReader.java    |   5 ++
 .../iotdb/db/query/reader/series/SeriesReader.java |   5 ++
 .../reader/universal/PriorityMergeReader.java      |   1 +
 .../query/timegenerator/ServerTimeGenerator.java   |   2 +-
 .../.vuepress/public/img/contributor-avatar/cw.jpg | Bin 0 -> 163226 bytes
 .../theme/global-components/Contributor.vue        |   2 +-
 15 files changed, 208 insertions(+), 47 deletions(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterReaderFactoryTest.java
 create mode 100644 site/src/main/.vuepress/public/img/contributor-avatar/cw.jpg

[iotdb] 01/01: Merge branch 'master' of https://github.com/apache/iotdb into download_links

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch download_links
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d83b0b1c4778b1e972533ef96e3a1be278664924
Merge: c0f3698 b47f96d
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Jun 18 15:29:53 2021 +0800

    Merge branch 'master' of https://github.com/apache/iotdb into download_links

 .../iotdb/cluster/query/LocalQueryExecutor.java    |  18 ++---
 .../cluster/query/reader/ClusterReaderFactory.java |  23 +++---
 .../cluster/query/reader/ClusterTimeGenerator.java |  45 +++++++----
 .../apache/iotdb/cluster/query/BaseQueryTest.java  |   4 +-
 .../query/ClusterDataQueryExecutorTest.java        |   6 +-
 .../query/reader/ClusterReaderFactoryTest.java     |  82 +++++++++++++++++++++
 .../query/reader/ClusterTimeGeneratorTest.java     |  58 +++++++++++++++
 .../iotdb/cluster/server/member/BaseMember.java    |   2 +-
 example/client-cpp-example/src/SessionExample.cpp  |   2 +
 .../reader/series/SeriesRawDataBatchReader.java    |   5 ++
 .../iotdb/db/query/reader/series/SeriesReader.java |   5 ++
 .../reader/universal/PriorityMergeReader.java      |   1 +
 .../query/timegenerator/ServerTimeGenerator.java   |   2 +-
 .../.vuepress/public/img/contributor-avatar/cw.jpg | Bin 0 -> 163226 bytes
 .../theme/global-components/Contributor.vue        |   2 +-
 15 files changed, 208 insertions(+), 47 deletions(-)