eejbyfeldt commented on issue #813: URL: https://github.com/apache/datafusion-comet/issues/813#issuecomment-2298184790
My understanding is the same as @Kimahriman that both of these are implemented in terms of `UpdateFields` which are replaced in the spark Analyzer by the rule `ReplaceUpdateFieldsExpression` https://github.com/apache/spark/blob/v3.5.2/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/UpdateFields.scala#L79-L87 and based on https://github.com/apache/spark/blob/v3.5.2/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala#L746-L757 it looks like it is replace by `CreateNamedStruct` expression and should therefore be supported. -- 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]
