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

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


    from 1d8b147f6e Allow overriding cluster configs in quickstarts (#14919)
     add 3b9703ec80 Add text_match() transform function. (#14980)

No new revisions were added by this update.

Summary of changes:
 .../common/function/TransformFunctionType.java     |   1 +
 .../function/TextMatchTransformFunction.java       | 100 ++++++
 .../function/TransformFunctionFactory.java         |   1 +
 .../pinot/core/function/FunctionRegistryTest.java  |   3 +-
 .../org/apache/pinot/queries/FluentQueryTest.java  |  44 +++
 .../queries/TextMatchTransformFunctionTest.java    | 370 +++++++++++++++++++++
 .../pinot/queries/TextSearchQueriesTest.java       |  20 +-
 .../pinot/calcite/sql/fun/PinotOperatorTable.java  |   1 -
 .../query/runtime/queries/QueryRunnerTest.java     |   1 +
 9 files changed, 534 insertions(+), 7 deletions(-)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TextMatchTransformFunction.java
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/queries/TextMatchTransformFunctionTest.java


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

Reply via email to