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 2023/07/04 10:56:13 UTC

[iotdb] branch master updated (6a305dba5ec -> c04e7853907)

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 6a305dba5ec [IOTDB-6042] Pipe: fix CreationTime display error using non-default time_precision when executing show pipes (#10423)
     add c04e7853907 fix python IT and exclude duplicated netty dependencies (#10429)

No new revisions were added by this update.

Summary of changes:
 docker/src/main/DockerCompose/start-1c1d.sh   | 12 +++++--
 docker/src/main/Dockerfile-1c1d               |  2 +-
 docker/src/main/Dockerfile-1c1d-influxdb      | 51 ---------------------------
 docker/src/main/Dockerfile-single             | 45 -----------------------
 docker/src/main/Dockerfile-single-influxdb    | 46 ------------------------
 docker/src/main/Dockerfile-single-tc          | 45 -----------------------
 iotdb-core/datanode/pom.xml                   | 45 +++++++++++++++++++++--
 iotdb-core/metrics/interface/pom.xml          | 39 ++++++++++++++++++++
 iotdb-core/metrics/micrometer-metrics/pom.xml | 50 ++++++++++++++++++++++++++
 9 files changed, 142 insertions(+), 193 deletions(-)
 delete mode 100644 docker/src/main/Dockerfile-1c1d-influxdb
 delete mode 100644 docker/src/main/Dockerfile-single
 delete mode 100644 docker/src/main/Dockerfile-single-influxdb
 delete mode 100644 docker/src/main/Dockerfile-single-tc