You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/05/09 08:22:59 UTC

[iotdb] branch master updated (7fc68b5b9d -> eee5bac46d)

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

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


    from 7fc68b5b9d [IOTDB-3097] PartitionInfo snapshot interface (#5807)
     add eee5bac46d use properties to replace the specified dependency version and enable library-udf module (#5762)

No new revisions were added by this update.

Summary of changes:
 cli/pom.xml                                        |   5 +-
 cluster/pom.xml                                    |   4 +-
 consensus/pom.xml                                  |   7 +-
 hive-connector/pom.xml                             |   6 +-
 influxdb-protocol/pom.xml                          |   3 +-
 .../iotdb/db/integration/env/StandaloneEnv.java    |  30 +++---
 jdbc/pom.xml                                       |   9 +-
 library-udf/pom.xml                                |  11 +--
 .../apache/iotdb/library/dprofile/UDTFPACF.java    |   1 -
 .../iotdb/library/dprofile/util/MADSketch.java     |   5 +-
 .../library/drepair/util/TimestampInterval.java    |   6 +-
 .../library/drepair/util/TimestampRepair.java      |   2 +-
 .../apache/iotdb/library/dmatch/DMatchTests.java   |  62 ++++++------
 .../iotdb/library/dprofile/DProfileTests.java      |  14 +--
 .../iotdb/library/dquality/DQualityTests.java      |  14 +--
 .../apache/iotdb/library/drepair/DRepairTests.java |  12 +--
 .../iotdb/library/frequency/FrequencyTests.java    |  22 +++--
 .../apache/iotdb/library/series/SeriesTest.java    |  14 +--
 .../apache/iotdb/library/string/StringTests.java   |  10 +-
 metrics/dropwizard-metrics/pom.xml                 |  10 +-
 metrics/interface/pom.xml                          |   6 +-
 pom.xml                                            | 106 +++++++++++++--------
 procedure/pom.xml                                  |   4 +-
 server/pom.xml                                     |  10 +-
 tsfile/pom.xml                                     |   5 +
 .../tsfile/common/block/ColumnEncoderTest.java     |   6 +-
 26 files changed, 222 insertions(+), 162 deletions(-)