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 2021/11/09 00:27:34 UTC

[pinot] branch master updated (ada94c2 -> 94a17f3)

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 ada94c2  follow up with picocli migration (#7705)
     add 94a17f3  memoize literals in query context in order to deduplicate them (#7720)

No new revisions were added by this update.

Summary of changes:
 .../core/operator/transform/TransformOperator.java | 18 +++++++++--
 .../function/TransformFunctionFactory.java         | 22 +++++++++++--
 .../apache/pinot/core/plan/TransformPlanNode.java  |  2 +-
 .../core/query/request/context/QueryContext.java   | 19 ++++++++++++
 .../pinot/core/util/MemoizedClassAssociation.java  | 36 +++++++++-------------
 .../DefaultAggregationExecutorTest.java            |  2 +-
 6 files changed, 70 insertions(+), 29 deletions(-)
 copy pinot-plugins/pinot-metrics/pinot-dropwizard/src/main/java/org/apache/pinot/plugin/metrics/dropwizard/DropwizardGauge.java => pinot-core/src/main/java/org/apache/pinot/core/util/MemoizedClassAssociation.java (59%)

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