You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/10/03 18:21:29 UTC

[incubator-pinot] branch master updated (b07436f -> 48edd8d)

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

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from b07436f  Support other filesystems for Pinot Hadoop job (#4664)
     add 48edd8d  Support serialized BYTES data with non-default factor (#4666)

No new revisions were added by this update.

Summary of changes:
 .../aggregation/function/AggregationFunction.java  |   4 +
 .../function/AvgAggregationFunction.java           | 123 ++--
 .../DistinctCountHLLAggregationFunction.java       | 181 +++--
 .../DistinctCountHLLMVAggregationFunction.java     |  93 +--
 .../function/MinMaxRangeAggregationFunction.java   | 140 ++--
 .../function/PercentileEstAggregationFunction.java | 133 ++--
 .../PercentileEstMVAggregationFunction.java        |  26 +-
 .../PercentileTDigestAggregationFunction.java      | 149 ++--
 .../PercentileTDigestMVAggregationFunction.java    |   6 +-
 .../queries/PercentileTDigestQueriesTest.java      |   4 +-
 .../pinot/queries/SerializedBytesQueriesTest.java  | 794 +++++++++++++++++++++
 11 files changed, 1179 insertions(+), 474 deletions(-)
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/queries/SerializedBytesQueriesTest.java


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