This is an automated email from the ASF dual-hosted git repository.
rui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 8265fc045f [VL] Enable locate function test (#4791)
8265fc045f is described below
commit 8265fc045f0a711bbb824bc5df11cb40b4293056
Author: Rui Mo <[email protected]>
AuthorDate: Wed Nov 27 16:12:29 2024 +0800
[VL] Enable locate function test (#4791)
---
.../scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
index 1bef5f991f..f1e5a42bc0 100644
---
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
+++
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxStringFunctionsSuite.scala
@@ -268,7 +268,7 @@ class VeloxStringFunctionsSuite extends
VeloxWholeStageTransformerSuite {
s"from $LINEITEM_TABLE limit
$LENGTH")(checkGlutenOperatorMatch[ProjectExecTransformer])
}
- ignore("locate") {
+ test("locate") {
runQueryAndCompare(
s"select l_orderkey, locate(l_comment, 'a', 1) " +
s"from $LINEITEM_TABLE limit
$LENGTH")(checkGlutenOperatorMatch[ProjectExecTransformer])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]