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 716a3b2  Clean up duplicate/unused metrics in controller (#4750)
     add 4f849ea  [New Transformation function] DateTrunc: Identical semantics 
to presto's date_trunc (#4740)

No new revisions were added by this update.

Summary of changes:
 docs/pql_examples.rst                              |   17 +
 .../function/DateTruncTransformFunction.java       |  256 +++
 .../operator/transform/function/TimeZoneKey.java   |  266 +++
 .../function/TransformFunctionFactory.java         |    1 +
 .../transform/function/zone-index.properties       | 2215 ++++++++++++++++++++
 .../function/DateTruncTransformFunctionTest.java   |  172 ++
 .../apache/pinot/queries/TransformQueriesTest.java |   55 +
 pom.xml                                            |    2 +
 8 files changed, 2984 insertions(+)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/DateTruncTransformFunction.java
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TimeZoneKey.java
 create mode 100644 
pinot-core/src/main/resources/org/apache/pinot/core/operator/transform/function/zone-index.properties
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/DateTruncTransformFunctionTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to