baibaichen commented on code in PR #11455:
URL: 
https://github.com/apache/incubator-gluten/pull/11455#discussion_r2715090219


##########
gluten-core/src/main/scala/org/apache/gluten/extension/columnar/enumerated/planner/metadata/GlutenMetadataModel.scala:
##########
@@ -33,10 +34,12 @@ object GlutenMetadataModel extends Logging {
       case other =>
         GlutenMetadata(
           Schema(other.output),
-          
other.logicalLink.map(LogicalLink(_)).getOrElse(LogicalLink.notFound))
+          
other.logicalLink.map(LogicalLink(_)).getOrElse(LogicalLink.notFound),
+          other.outputPartitioning)

Review Comment:
   `GroupLeafExec` should override `outputPartitioning` to return the correct 
partitioning.
   
   I agree with removing RAS. If we go ahead with that, I can revert this fix 
and
   
   1. skip the test
   2. file an issue to track this.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to