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 2021/08/11 06:47:29 UTC

[iotdb] branch master updated (9704a63 -> cb28489)

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

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


    from 9704a63  Fix boostrap 1.72.0 download failed in CI because of the redirection by jfrog.io (#3720)
     add cb28489   [IOTDB-1540] Bug Fix: 500 when using IN operator (#3718)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/qp/logical/crud/InOperator.java       |   4 +
 .../iotdb/db/qp/logical/crud/QueryOperator.java    |   7 +-
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |  20 +-
 .../org/apache/iotdb/db/integration/IoTDBInIT.java | 255 +++++++++++++++++++++
 4 files changed, 280 insertions(+), 6 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBInIT.java