You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2023/02/22 19:01:22 UTC

[datasketches-hive] branch master updated (35c889e -> 50ef98e)

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

alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-hive.git


    from 35c889e  Merge pull request #63 from apache/dependabot/maven/org.apache.hadoop-hadoop-common-3.3.2
     new 53d0249  Add @Description to UDFs registered in Apache Hive
     new e3bafbe  Fix typo: rlative -> relative
     new 50ef98e  Merge pull request #66 from okumin/udf-descriptions-warning

The 301 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/datasketches/hive/cpc/DataToSketchUDAF.java  |  2 +-
 .../org/apache/datasketches/hive/cpc/UnionSketchUDAF.java   |  2 +-
 .../org/apache/datasketches/hive/cpc/UnionSketchUDF.java    | 10 ++++++++++
 .../org/apache/datasketches/hive/hll/DataToSketchUDAF.java  |  2 +-
 .../org/apache/datasketches/hive/hll/UnionSketchUDAF.java   |  2 +-
 .../org/apache/datasketches/hive/hll/UnionSketchUDF.java    | 11 +++++++++++
 .../apache/datasketches/hive/theta/EstimateSketchUDF.java   |  6 +++++-
 .../apache/datasketches/hive/theta/ExcludeSketchUDF.java    |  9 +++++++++
 .../apache/datasketches/hive/theta/IntersectSketchUDF.java  |  9 +++++++++
 .../org/apache/datasketches/hive/theta/UnionSketchUDF.java  | 13 +++++++++++++
 .../hive/tuple/ArrayOfDoublesSketchToValuesUDTF.java        |  7 +++++++
 11 files changed, 68 insertions(+), 5 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org