PHILO-HE commented on code in PR #4969:
URL: https://github.com/apache/incubator-gluten/pull/4969#discussion_r1528001618
##########
backends-velox/src/test/scala/io/glutenproject/execution/VeloxFunctionsValidateSuite.scala:
##########
@@ -451,6 +451,13 @@ class VeloxFunctionsValidateSuite extends
VeloxWholeStageTransformerSuite {
}
}
+ test("Test spark_partition_id function") {
+ runQueryAndCompare("""SELECT spark_partition_id(), l_orderkey
+ | from lineitem limit 1""".stripMargin) {
Review Comment:
Let's use a larger value for `limit`, e.g., `limit 100`. We can also enlarge
it for the above `monotonically_increasing_id` test.
--
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]