ArnavBalyan commented on code in PR #8606:
URL: https://github.com/apache/incubator-gluten/pull/8606#discussion_r2002661662
##########
backends-velox/src/main/scala/org/apache/gluten/expression/ExpressionTransformer.scala:
##########
@@ -70,8 +71,7 @@ case class VeloxGetStructFieldTransformer(
node.getTypeNode.asInstanceOf[StructNode].getFieldTypes.get(ordinal)
ExpressionBuilder.makeNullLiteral(nodeType)
case _ =>
- throw new GlutenNotSupportException(
- s"Unsupported child expression of GetStructField: $original.")
+ super.doTransform(args)
Review Comment:
Thanks for the change, could you please link the corresponding Velox PR
--
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]