Skip to content

Commit

Permalink
[VL] Verify unhex has been offloaded to native successfully (apache#4937
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Yohahaha authored and taiyang-li committed Oct 9, 2024
1 parent f4a25b4 commit bfe632c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
}
}

0 comments on commit bfe632c

Please sign in to comment.