yma11 commented on code in PR #5269:
URL: https://github.com/apache/incubator-gluten/pull/5269#discussion_r1554762055
##########
backends-velox/src/test/scala/org/apache/gluten/execution/VeloxTPCHSuite.scala:
##########
@@ -259,6 +259,19 @@ abstract class VeloxTPCHSuite extends
VeloxTPCHTableSupport {
val expectedResult = Seq(Row(0), Row(1), Row(2), Row(3), Row(4))
TestUtils.compareAnswers(result, expectedResult)
}
+
+ test("test 'collect limit'") {
+ val df = spark.sql(
+ """
+ |select n_nationkey from nation limit 5
+ |""".stripMargin
+ )
Review Comment:
May use a `runAndCompare` here.
--
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]