This is an automated email from the ASF dual-hosted git repository.
richardstartin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from a9ae53e Fix ingestion transform config bugs. (#8394)
add 65b9804 Datetime transform functions (#8397)
No new revisions were added by this update.
Summary of changes:
.../common/function/TransformFunctionType.java | 33 ++-
.../function/DateTimeTransformFunction.java | 249 +++++++++++++++++++++
.../function/TransformFunctionFactory.java | 210 +++++++++--------
.../function/DateTimeTransformFunctionTest.java | 110 +++++++++
4 files changed, 504 insertions(+), 98 deletions(-)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/DateTimeTransformFunction.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/DateTimeTransformFunctionTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]