rui-mo commented on code in PR #5575:
URL: https://github.com/apache/incubator-gluten/pull/5575#discussion_r1590618367


##########
gluten-core/src/main/scala/org/apache/gluten/extension/columnar/enumerated/EnumeratedTransform.scala:
##########
@@ -89,6 +97,45 @@ object EnumeratedTransform {
     override def shape(): Shape[SparkPlan] = Shapes.fixedHeight(1)
   }
 
+  private class AsRasRewrite(delegate: RewriteSingleNode) extends 
RasRule[SparkPlan] {

Review Comment:
   Could we add some comments for these newly added APIs?



-- 
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