jinchengchenghh commented on code in PR #8669:
URL: https://github.com/apache/incubator-gluten/pull/8669#discussion_r1959994609
##########
backends-velox/src/main/scala/org/apache/gluten/execution/ColumnarPartialProjectExec.scala:
##########
@@ -118,6 +118,9 @@ case class ColumnarPartialProjectExec(original:
ProjectExec, child: SparkPlan)(
case _: DecimalType => true
case YearMonthIntervalType.DEFAULT => true
case _: NullType => true
+ case _: ArrayType => true
+ case _: MapType => true
Review Comment:
If the element type of MapType is unsupported type, we should fallback.
Please use function `doSchemaValidate` in class `VeloxValidatorApi`
--
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]