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

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


    from 08ef0d9  fix bug
     add 93c5659  Site: Update committer info for SteveYurongSu (#4624)
     add e8c7dfb   [Docs] Correct an error in the TsFile format document (#4628)
     add 2b0394f  [IOTDB-1960] Fix count timeseries in cluster mode. (#4617)
     add ff9f59c  [IOTDB-2172] Refactor for IoTDBSimpleQueryIT (#4598)
     add 19abdb0  Site: Add new committer ericpai (#4635)
     add 608faec  Support double star ** in group by level (#4629)
     add c9fdcd4  update website download link to v0.12.4 and delete the 0.11.4 
download link (#4636)
     add 829bfe4  refactor: remove sort param from Session (#4616)
     add 08a2771  Merge branch 'master' of git://github.com/apache/iotdb into 
xkf_id_table
     add 75f98c0  fix comments

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterPlanExecutor.java   |   2 +-
 docs/Download/README.md                            |  45 ++++++--------
 docs/SystemDesign/TsFile/Format.md                 |   1 -
 docs/zh/Download/README.md                         |  45 ++++++--------
 docs/zh/SystemDesign/TsFile/Format.md              |   1 -
 .../iotdb/integration/env/ClusterEnvBase.java      |   7 ++-
 .../iotdb/integration/env/ClusterEnvConfig.java    |  66 +++++++++++++--------
 .../apache/iotdb/integration/env/ClusterNode.java  |   6 +-
 .../org/apache/iotdb/itbase/env/BaseConfig.java    |  16 +++--
 ...VersionIT.java => IoTDBPartialInsertionIT.java} |  35 +++++------
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  32 ----------
 .../aggregation/IoTDBAggregationByLevelIT.java     |  12 +++-
 .../aligned/IoTDBAggregationGroupByLevelIT.java    |  12 +++-
 .../db/integration/env/StandaloneEnvConfig.java    |   5 ++
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java |   2 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   2 +
 .../db/metadata/idtable/entry/SHA256DeviceID.java  |   4 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java |  11 ++--
 .../query/expression/unary/FunctionExpression.java |   3 +-
 .../java/org/apache/iotdb/session/Session.java     |  27 +++------
 .../public/img/contributor-avatar/ericpai.jpg      | Bin 0 -> 265364 bytes
 .../theme/global-components/Contributor.vue        |  11 +++-
 22 files changed, 171 insertions(+), 174 deletions(-)
 copy 
integration/src/test/java/org/apache/iotdb/db/integration/{IoTDBVersionIT.java 
=> IoTDBPartialInsertionIT.java} (61%)
 create mode 100644 
site/src/main/.vuepress/public/img/contributor-avatar/ericpai.jpg

Reply via email to