cfmcgrady commented on code in PR #2425:
URL: https://github.com/apache/datafusion-comet/pull/2425#discussion_r2425199164


##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -1046,6 +1048,31 @@ class CometCastSuite extends CometTestBase with 
AdaptiveSparkPlanHelper {
     castTest(generateDecimalsPrecision10Scale2(), 
DataTypes.createDecimalType(10, 0))
   }
 
+  test("cast ArrayType to StringType") {
+    val hasIncompatibleType = (dt: DataType) =>
+      if (CometConf.COMET_NATIVE_SCAN_IMPL.get() == "auto") {

Review Comment:
   For cases where the test is run without setting the environment variable 
`COMET_PARQUET_SCAN_IMPL`, such as when developing in IntelliJ IDEA.



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