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 2021/09/20 19:00:01 UTC

[pinot] branch master updated (53cfdf3 -> b990c57)

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/pinot.git.


    from 53cfdf3  Offset based realtime consumption status checker (#7267)
     add b990c57  Support REGEXP_EXTRACT (#7114)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/client/utils/Constants.java   |   2 +-
 .../common/function/TransformFunctionType.java     |   4 +
 .../common/function/scalar/StringFunctions.java    |  43 ++++++++
 .../function/RegexpExtractTransformFunction.java   | 116 +++++++++++++++++++++
 .../function/TransformFunctionFactory.java         |   4 +
 .../function/InbuiltFunctionEvaluatorTest.java     |  17 +++
 .../function/RegexpTransformFunctionTest.java      |  74 +++++++++++++
 7 files changed, 259 insertions(+), 1 deletion(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RegexpExtractTransformFunction.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/RegexpTransformFunctionTest.java

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