jinchengchenghh commented on PR #8415:
URL: 
https://github.com/apache/incubator-gluten/pull/8415#issuecomment-2571842359

   Because the class `Alias` ExprId is in the 2rd parameters, I would not like 
to change it when copy. @zhztheplayer 
   ```
   case class Alias(child: Expression, name: String)(
       val exprId: ExprId = NamedExpression.newExprId,
       val qualifier: Seq[String] = Seq.empty,
       val explicitMetadata: Option[Metadata] = None,
       val nonInheritableMetadataKeys: Seq[String] = Seq.empty)
   ```


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