You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ti...@apache.org on 2023/06/13 23:42:56 UTC

[pinot] branch master updated (1d9682fc67 -> 14670f49f6)

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

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


    from 1d9682fc67 Enable case insensitivity by default (#10771)
     add 14670f49f6 Add clpDecode transform function for decoding CLP-encoded fields. (#10885)

No new revisions were added by this update.

Summary of changes:
 LICENSE-binary                                     |   2 +-
 .../pinot/common/function/FunctionRegistry.java    |  11 +
 .../common/function/TransformFunctionType.java     |   1 +
 pinot-core/pom.xml                                 |   4 +
 .../function/CLPDecodeTransformFunction.java       | 131 +++++++++++
 .../function/TransformFunctionFactory.java         |   1 +
 .../function/CLPDecodeTransformFunctionTest.java   | 244 +++++++++++++++++++++
 .../pinot-input-format/pinot-clp-log/pom.xml       |   1 -
 pom.xml                                            |   7 +
 9 files changed, 400 insertions(+), 2 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/CLPDecodeTransformFunction.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/CLPDecodeTransformFunctionTest.java


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