gaoyangxiaozhu commented on code in PR #4969:
URL: https://github.com/apache/incubator-gluten/pull/4969#discussion_r1528294498
##########
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:
got! i will fix ahd upate for both functions in this PR later, thank you
@PHILO-HE
--
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]