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 2022/03/22 19:02:15 UTC

[pinot] branch master updated (b345357 -> 7cb2c9c)

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 b345357  Add support for IS NULL and NOT IS NULL in transform functions (#8264)
     add 7cb2c9c  Scalar function for url encoding and decoding (#8378)

No new revisions were added by this update.

Summary of changes:
 .../LiteralOnlyBrokerRequestTest.java              |  32 +++
 .../common/function/scalar/StringFunctions.java    |  27 +++
 .../pinot/sql/parsers/CalciteSqlCompilerTest.java  |  61 +++++
 .../pinot/queries/UrlFunctionGroupByTest.java      | 264 +++++++++++++++++++++
 .../tests/OfflineClusterIntegrationTest.java       |  30 ++-
 5 files changed, 413 insertions(+), 1 deletion(-)
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/queries/UrlFunctionGroupByTest.java

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