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 2022/04/07 08:52:13 UTC

[iotdb] branch InsertTabletNode updated (6cb28a40ae -> 04d9eca708)

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

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


    from 6cb28a40ae StorageEngineV2
     add d638c145aa Add docs about how the community works (#5432)
     add b1f2c38f26 Test delete the blank (#5433)
     add 4e154bb57e [IOTDB-2851]ChunkReaderTest failed in CI (#5429)
     add cf2ba5ad45 [IOTDB-2853] there is low version of integration and jdbc in library-udf\pom.xml (#5436)
     add 6f22319260 [IOTDB-2855] Fix DeletionFileNodeTest error (#5435)
     add 54623d8e30 Implement mpp scheduler interface (#5438)
     add b1c391fefe [IoTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered (#5434)
     add 04d9eca708 Merge branch 'master' of https://github.com/apache/iotdb into InsertTabletNode

No new revisions were added by this update.

Summary of changes:
 client-py/README.md                                |  30 +++---
 client-py/SessionAlignedTimeseriesExample.py       |  16 +++-
 client-py/SessionExample.py                        |  48 ++++++++--
 client-py/iotdb/Session.py                         | 104 +++++++++++++++++----
 client-py/iotdb/utils/NumpyTablet.py               |  21 ++++-
 client-py/iotdb/utils/Tablet.py                    |   8 +-
 client-py/tests/tablet_performance_comparison.py   |   8 +-
 client-py/tests/test_aligned_timeseries.py         |  79 +++++++++-------
 client-py/tests/test_session.py                    |  55 ++++++++---
 .../tlog-changelist.md => docs/Community/About.md  |   4 +-
 docs/Community/Community-Powered By.md             |   2 +-
 .../UserGuide/API/Programming-Python-Native-API.md |  30 +++---
 .../zh/Community/About.md                          |   4 +-
 .../UserGuide/API/Programming-Python-Native-API.md |  30 +++---
 library-udf/pom.xml                                |  10 +-
 .../db/mpp/schedule/FragmentInstanceScheduler.java |  14 ++-
 .../mpp/schedule/IFragmentInstanceScheduler.java   |   5 +-
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   2 +
 .../engine/modification/DeletionFileNodeTest.java  |   6 +-
 .../schedule/FragmentInstanceSchedulerTest.java    |  19 +++-
 site/src/main/.vuepress/config.js                  |  10 +-
 testcontainer/src/tool/parser.py                   |   4 +-
 .../apache/iotdb/tsfile/read/TsFileReaderTest.java |   4 +
 .../iotdb/tsfile/utils/TsFileGeneratorForTest.java |  12 +++
 24 files changed, 358 insertions(+), 167 deletions(-)
 copy server/file-changelists/tlog-changelist.md => docs/Community/About.md (98%)
 copy server/file-changelists/tlog-changelist.md => docs/zh/Community/About.md (98%)