comphead commented on code in PR #2459:
URL: https://github.com/apache/datafusion-comet/pull/2459#discussion_r2400400401


##########
common/src/main/scala/org/apache/spark/sql/comet/util/Utils.scala:
##########
@@ -154,7 +154,13 @@ object Utils extends CometTypeShim {
           name,
           fieldType,
           Seq(toArrowField("element", elementType, containsNull, 
timeZoneId)).asJava)
-      case StructType(fields) =>
+      case st @ StructType(fields) =>

Review Comment:
   can we have a test case to avoid regression? 



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