This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 3c7dfcd Optimize TIME_CONVERT/DATE_TIME_CONVERT predicates (#6957)
add 0185482 Implement PassThroughTransformOperator to optimize select
queries(#6972) (#6973)
No new revisions were added by this update.
Summary of changes:
.../blocks/PassThroughTransformBlock.java} | 23 ++++++----
.../pinot/core/operator/blocks/TransformBlock.java | 4 +-
.../transform/PassThroughTransformOperator.java | 52 ++++++++++++++++++++++
.../core/operator/transform/TransformOperator.java | 6 +--
.../apache/pinot/core/plan/TransformPlanNode.java | 9 +++-
5 files changed, 79 insertions(+), 15 deletions(-)
copy
pinot-core/src/main/java/org/apache/pinot/core/{query/aggregation/function/DistinctCountRawHLLMVAggregationFunction.java
=> operator/blocks/PassThroughTransformBlock.java} (57%)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/PassThroughTransformOperator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]