You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ch...@apache.org on 2022/09/27 01:02:31 UTC

[druid] branch master updated (1f1fced6d4 -> 28b9edc2a8)

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

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


    from 1f1fced6d4 Add JsonInputFormat option to assume newline delimited JSON, improve parse exception handling for multiline JSON (#13089)
     add 28b9edc2a8 Add BIG_SUM SQL function (#13102)

No new revisions were added by this update.

Summary of changes:
 extensions-contrib/compressed-bigdecimal/pom.xml   | 234 ++++++++++--------
 .../CompressedBigDecimalAggregator.java            |  17 +-
 .../CompressedBigDecimalAggregatorFactory.java     |  87 +++++--
 .../CompressedBigDecimalBufferAggregator.java      |  16 +-
 .../CompressedBigDecimalModule.java                |   8 +
 .../CompressedBigDecimalSqlAggregator.java         | 206 ++++++++++++++++
 .../apache/druid/compressedbigdecimal/Utils.java   |  34 +--
 .../AggregatorCombinerFactoryTest.java             |  28 ++-
 .../ArrayCompressedBigDecimalTest.java             |  24 +-
 .../CompressedBigDecimalAggregatorGroupByTest.java |   2 +-
 ...mpressedBigDecimalAggregatorTimeseriesTest.java |   2 +-
 .../CompressedBigDecimalSqlAggregatorTest.java     | 264 +++++++++++++++++++++
 .../druid/sql/calcite/util/CalciteTests.java       |   2 +-
 13 files changed, 750 insertions(+), 174 deletions(-)
 create mode 100644 extensions-contrib/compressed-bigdecimal/src/main/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalSqlAggregator.java
 create mode 100644 extensions-contrib/compressed-bigdecimal/src/test/java/org/apache/druid/compressedbigdecimal/CompressedBigDecimalSqlAggregatorTest.java


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