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/07 11:26:05 UTC

[iotdb] branch master updated (a0b2c8cc42 -> fb5a0d4365)

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

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


    from a0b2c8cc42 [IOTDB-5130]Accelerate the compaction of nonOverlap points in overlap pages (#8357)
     add fb5a0d4365 Replace FileUtils.listFiles in TriggerClassLoader and UDFClassLoader with Files.walk (#8362)

No new revisions were added by this update.

Summary of changes:
 client-cpp/pom.xml                                   |  4 ++--
 compile-tools/pom.xml                                |  6 +++---
 distribution/pom.xml                                 |  2 +-
 example/client-cpp-example/pom.xml                   |  2 +-
 example/trigger/pom.xml                              |  2 +-
 example/udf/pom.xml                                  |  2 +-
 grafana-connector/pom.xml                            |  2 +-
 grafana-plugin/pom.xml                               |  8 ++++----
 integration/pom.xml                                  |  6 +++---
 jdbc/pom.xml                                         |  2 +-
 .../iotdb/commons/udf/service/UDFClassLoader.java    | 20 +++++++++++---------
 pom.xml                                              |  8 ++++----
 .../iotdb/db/trigger/service/TriggerClassLoader.java | 18 ++++++++++--------
 13 files changed, 43 insertions(+), 39 deletions(-)