dcoliversun commented on code in PR #9665:
URL: https://github.com/apache/incubator-gluten/pull/9665#discussion_r2094410115
##########
backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala:
##########
@@ -665,4 +665,10 @@ class VeloxStringFunctionsSuite extends
VeloxWholeStageTransformerSuite {
s"select l_orderkey, right(l_comment, $NULL_STR_COL) " +
s"from $LINEITEM_TABLE limit
$LENGTH")(checkGlutenOperatorMatch[ProjectExecTransformer])
}
+
+ test("luhn_check") {
Review Comment:
```suggestion
testWithMinSparkVersion("luhn_check", "3.5") {
```
--
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]