You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/07/11 18:39:44 UTC

[pinot] branch master updated (7c33dc4d92 -> f26af9018c)

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

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


    from 7c33dc4d92 Bump license-maven-plugin from 4.0 to 4.2 (#11071)
     add f26af9018c [multistage] Register Pinot Transform Functions into Calcite (#11048)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/function/FunctionRegistry.java    |   2 +-
 .../common/function/TransformFunctionType.java     | 108 +++++++++++++++++++--
 .../org/apache/pinot/common/utils/DataSchema.java  |   8 ++
 .../function/FunctionDefinitionRegistryTest.java   |   2 +-
 .../function/TransformFunctionFactory.java         |   2 +-
 .../tests/JsonPathClusterIntegrationTest.java      |  48 ++++++++-
 ...iStageEngineJsonPathClusterIntegrationTest.java |  52 ++++++++++
 .../PinotAggregateExchangeNodeInsertRule.java      |  10 --
 .../calcite/sql/PinotSqlTransformFunction.java     |  26 +++--
 .../apache/calcite/sql/fun/PinotOperatorTable.java |  50 ++++++----
 .../pinot/query/runtime/QueryRunnerTestBase.java   |   2 +-
 .../src/test/resources/queries/JsonType.json       |  59 +++++++++--
 12 files changed, 300 insertions(+), 69 deletions(-)
 create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineJsonPathClusterIntegrationTest.java
 copy pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/RoundRobinPartitioner.java => pinot-query-planner/src/main/java/org/apache/calcite/sql/PinotSqlTransformFunction.java (53%)


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