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:56:12 UTC

[iotdb] branch dependencyBug updated (53a70f3f16 -> 4a4d18ea09)

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

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


    from 53a70f3f16 add unit tests
     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 4a4d18ea09 Merge branch 'master' into dependencyBug

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 +-
 .../iotdb/db/mpp/execution/memory/MemoryPool.java  | 237 ++++++-----
 .../iotdb/db/mpp/execution/exchange/Utils.java     |   4 +-
 .../db/mpp/execution/memory/MemoryPoolTest.java    |  26 +-
 13 files changed, 435 insertions(+), 427 deletions(-)