andygrove commented on code in PR #1851:
URL: https://github.com/apache/datafusion-comet/pull/1851#discussion_r2128955528
##########
spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala:
##########
@@ -399,12 +399,7 @@ class CometArrayExpressionSuite extends CometTestBase with
AdaptiveSparkPlanHelp
sql(s"SELECT array($fieldName, $fieldName) as a, array($fieldName)
as b FROM t1")
.createOrReplaceTempView("t2")
val df = sql("SELECT array_except(a, b) FROM t2")
- field.dataType match {
- case _: StructType =>
- // skip due to
https://github.com/apache/datafusion-comet/issues/1314
Review Comment:
This issue is now fixed
--
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]