cxzl25 commented on code in PR #1718:
URL: https://github.com/apache/auron/pull/1718#discussion_r2609329076
##########
spark-extension-shims-spark/src/test/scala/org.apache.auron/AuronQuerySuite.scala:
##########
@@ -460,4 +460,48 @@ class AuronQuerySuite extends AuronQueryTest with
BaseAuronSQLSuite with AuronSQ
}
}
}
+
+ test("cast struct to string") {
+ // SPARK-32499 SPARK-32501 SPARK-33291
Review Comment:
Spark3.0
https://github.com/apache/auron/actions/runs/20094732268/job/57652644193
```
!== Correct Answer - 2 == == Spark Answer - 2 ==
struct<s:string> struct<s:string>
![[,]] [{100, value}]
![[100, value]] [{null, null}]
```
--
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]