You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ar...@apache.org on 2020/03/21 10:27:03 UTC

[drill] branch master updated (e95f5a6 -> 129fa5b)

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

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


    from e95f5a6  DRILL-7650: Add option to enable Jetty's dump for troubleshooting
     add 129fa5b  DRILL-7652: Add time_bucket() function for time series analysis

No new revisions were added by this update.

Summary of changes:
 contrib/udfs/README.md                             |  59 +++++++++-
 .../drill/exec/udfs/TimeBucketFunctions.java       | 105 +++++++++++++++++
 .../drill/exec/udfs/TestTimeBucketFunction.java    | 128 +++++++++++++++++++++
 3 files changed, 289 insertions(+), 3 deletions(-)
 create mode 100644 contrib/udfs/src/main/java/org/apache/drill/exec/udfs/TimeBucketFunctions.java
 create mode 100644 contrib/udfs/src/test/java/org/apache/drill/exec/udfs/TestTimeBucketFunction.java