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/04/14 08:52:26 UTC

[iotdb] branch master updated (d2e03dba6f -> 6270ed77b5)

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 d2e03dba6f Fix Group By Tag with empty grouped timeseries
     add 6270ed77b5 [ISSUE-9611] Reduce the size of UDF-Library jar (#9610)

No new revisions were added by this update.

Summary of changes:
 docs/Blog/index.md => library-udf/Readme.md        |  7 +++-
 library-udf/pom.xml                                | 45 +---------------------
 .../apache/iotdb/library/anomaly/UDTFKSigma.java   |  6 +--
 .../apache/iotdb/library/anomaly/UDTFRange.java    |  6 +--
 .../iotdb/library/anomaly/UDTFTwoSidedFilter.java  |  3 --
 .../org/apache/iotdb/library/dprofile/UDAFMad.java |  5 +--
 .../apache/iotdb/library/dprofile/UDAFMedian.java  |  5 +--
 .../iotdb/library/dprofile/UDAFPercentile.java     | 10 ++---
 .../iotdb/library/dprofile/UDAFQuantile.java       |  6 +--
 .../apache/iotdb/library/dprofile/UDAFSpread.java  | 10 ++---
 .../iotdb/library/dprofile/UDTFDistinct.java       |  6 +--
 .../apache/iotdb/library/dprofile/UDTFMvAvg.java   |  6 +--
 .../apache/iotdb/library/dprofile/UDTFSample.java  |  7 ++--
 .../dprofile/util/ExactOrderStatistics.java        | 41 ++++----------------
 .../java/org/apache/iotdb/library/util/Util.java   |  5 +--
 15 files changed, 36 insertions(+), 132 deletions(-)
 copy docs/Blog/index.md => library-udf/Readme.md (83%)