You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/03/22 14:57:15 UTC

[iotdb] branch concurrentBug updated (52f8176693 -> ecb54e02a9)

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

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


    from 52f8176693 Merge branch 'master' into concurrentBug
     add bafb18c430 add dependency to the parent pipeline
     add 9bfa61b427 Remove redundent template example in Python example (#9404)
     add b03e385c5e Update NodeName-In-Path.md (#9379)
     add 64986085e3 Correct CQ example in docs (#9408)
     add b938a67c7d Revert "[IOTDB-5586] Reduce the scope of lock in MemoryPool"
     add ff283c8f49 disable multi value selection for disk dashboard (#9415)
     add ecb54e02a9 merge master

No new revisions were added by this update.

Summary of changes:
 client-py/SessionExample.py                        |  60 +--
 client-py/iotdb/Session.py                         | 472 ++++++++++++---------
 client-py/tests/test_aligned_timeseries.py         |  20 +-
 client-py/tests/test_session.py                    |   5 +-
 .../UserGuide/API/Programming-Python-Native-API.md |  13 +-
 .../Administration-Management/Administration.md    |   2 +-
 .../Apache-IoTDB-Disk-IO-Dashboard.json            |   4 +-
 .../Syntax-Conventions/NodeName-In-Path.md         |   2 +-
 .../UserGuide/API/Programming-Python-Native-API.md |  15 +-
 .../Administration-Management/Administration.md    |   2 +-
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |   3 +-
 .../iotdb/db/mpp/execution/exchange/Utils.java     |   4 +-
 .../db/mpp/execution/memory/MemoryPoolTest.java    |  26 +-
 13 files changed, 319 insertions(+), 309 deletions(-)