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

liuneng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


    from d589aa368 [CORE] Rename TransformHint to FallbackTag (#6254)
     add 47fa44f1d [CH] Support replicaterows #6308

No new revisions were added by this update.

Summary of changes:
 .../execution/GlutenClickhouseFunctionSuite.scala  |  15 +++
 cpp-ch/local-engine/Operator/ReplicateRowsStep.cpp | 108 +++++++++++++++++++++
 ...ltHashAggregateResult.h => ReplicateRowsStep.h} |  30 ++++--
 cpp-ch/local-engine/Parser/ProjectRelParser.cpp    |  34 +++++++
 cpp-ch/local-engine/Parser/ProjectRelParser.h      |   4 +-
 cpp-ch/local-engine/Parser/RelParser.h             |   1 -
 .../local-engine/Parser/SerializedPlanParser.cpp   |   6 ++
 cpp-ch/local-engine/Parser/SerializedPlanParser.h  |   3 +
 .../gluten/expression/ExpressionMappings.scala     |   1 +
 .../apache/gluten/expression/ExpressionNames.scala |   1 +
 10 files changed, 191 insertions(+), 12 deletions(-)
 create mode 100644 cpp-ch/local-engine/Operator/ReplicateRowsStep.cpp
 copy cpp-ch/local-engine/Operator/{DefaultHashAggregateResult.h => 
ReplicateRowsStep.h} (56%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to