This is an automated email from the ASF dual-hosted git repository.

ulyssesyou 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 825caceab [VL] Verify unhex has been offloaded to native successfully 
(#4937)
825caceab is described below

commit 825caceab6e6fce61c06ec069134cc2de1dcd57a
Author: Yang Zhang <yangchuan...@alibaba-inc.com>
AuthorDate: Thu Mar 14 09:11:56 2024 +0800

    [VL] Verify unhex has been offloaded to native successfully (#4937)
---
 .../io/glutenproject/execution/VeloxFunctionsValidateSuite.scala    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/backends-velox/src/test/scala/io/glutenproject/execution/VeloxFunctionsValidateSuite.scala
 
b/backends-velox/src/test/scala/io/glutenproject/execution/VeloxFunctionsValidateSuite.scala
index 587492ef3..33f5e48ad 100644
--- 
a/backends-velox/src/test/scala/io/glutenproject/execution/VeloxFunctionsValidateSuite.scala
+++ 
b/backends-velox/src/test/scala/io/glutenproject/execution/VeloxFunctionsValidateSuite.scala
@@ -449,4 +449,10 @@ class VeloxFunctionsValidateSuite extends 
VeloxWholeStageTransformerSuite {
       checkOperatorMatch[ProjectExecTransformer]
     }
   }
+
+  test("Test unhex function") {
+    runQueryAndCompare("SELECT unhex(hex(l_shipmode)) FROM lineitem limit 1") {
+      checkOperatorMatch[ProjectExecTransformer]
+    }
+  }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to