This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from ff75a7dbc55 Migrating to Webpack 5 and upgrading to TypeScript 5.8 for
pinot-controller (#16365)
add 08903aa8836 feat: Enhance jsonExtractKey function with depth control
and dot notation support (#16306)
No new revisions were added by this update.
Summary of changes:
.../common/function/TransformFunctionType.java | 3 +-
.../common/function/scalar/JsonFunctions.java | 283 ++++++++++++++++++++-
.../org/apache/pinot/sql/parsers/ParserUtils.java | 20 +-
.../pinot/common/function/JsonFunctionsTest.java | 262 ++++++++++++++++++-
.../function/scalar/JsonFunctionsUtilTest.java | 124 +++++++++
.../function/JsonExtractKeyTransformFunction.java | 71 ++++--
.../JsonExtractScalarTransformFunctionTest.java | 50 ++++
.../integration/tests/custom/JsonPathTest.java | 226 +++++++++++++++-
8 files changed, 1006 insertions(+), 33 deletions(-)
create mode 100644
pinot-common/src/test/java/org/apache/pinot/common/function/scalar/JsonFunctionsUtilTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]