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/28 11:37:51 UTC

[iotdb] branch master updated (2c1ef036ea -> e438189fa6)

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

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


    from 2c1ef036ea ConfignodeClient reconnect without random pick (#5717)
     add e438189fa6 [IOTDB-2994] Remove eclipse collection to reduce package size (#5720)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   9 ++
 tsfile/pom.xml                                     |   5 -
 .../apache/iotdb/tsfile/utils/BitConstructor.java  |   3 -
 .../apache/iotdb/tsfile/utils/ByteArrayList.java   | 135 +++++++++++++++++++++
 4 files changed, 144 insertions(+), 8 deletions(-)
 create mode 100644 tsfile/src/main/java/org/apache/iotdb/tsfile/utils/ByteArrayList.java