You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/12/02 01:57:55 UTC

[iotdb] branch lmh/FixIntoOperator1.0 updated (5dedccb8e5 -> ee9c03a0c7)

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

hui pushed a change to branch lmh/FixIntoOperator1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 5dedccb8e5 Merge remote-tracking branch 'origin/rel/1.0' into lmh/FixIntoOperator1.0
     add bc1e4ea189 Revert "Revert "[To rel/1.0] Enable tests after v1.0.0 released (#8283)""
     add 1e781d416a Merge remote-tracking branch 'origin/rel/1.0' into lmh/FixIntoOperator1.0
     add ee9c03a0c7 fix memory calc

No new revisions were added by this update.

Summary of changes:
 confignode/pom.xml                                 |   2 +-
 consensus/pom.xml                                  |   2 +-
 cross-tests/pom.xml                                |   2 +-
 integration-test/pom.xml                           | 212 ++++++++++-----------
 integration/pom.xml                                |  20 +-
 pom.xml                                            |   2 +-
 server/pom.xml                                     |   2 +-
 .../operator/process/AbstractIntoOperator.java     |   6 +-
 .../operator/process/DeviceViewIntoOperator.java   |   6 +-
 .../execution/operator/process/IntoOperator.java   |   6 +-
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  19 +-
 testcontainer/pom.xml                              |   2 +-
 tsfile/pom.xml                                     |   2 +-
 13 files changed, 124 insertions(+), 159 deletions(-)