gengliangwang commented on a change in pull request #35652:
URL: https://github.com/apache/spark/pull/35652#discussion_r814450025
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/TriggerAvailableNowSuite.scala
##########
@@ -145,6 +146,12 @@ class TriggerAvailableNowSuite extends
FileStreamSourceTest {
val q = startQuery()
+ def makeDataFrame(a: Seq[Int]): DataFrame = if
(SQLConf.get.ansiEnabled) {
+ a.map(_.toLong).toDF()
Review comment:
This is for making the expected answer of `Long union String`
--
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]