Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed Mar 20, 2024
1 parent a273baa commit cc78417
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ class VeloxFunctionsValidateSuite extends VeloxWholeStageTransformerSuite {
}
}

<<<<<<< HEAD
test("Test make_timestamp function") {
withTempPath {
path =>
Expand Down Expand Up @@ -511,11 +510,12 @@ class VeloxFunctionsValidateSuite extends VeloxWholeStageTransformerSuite {
|""".stripMargin) {
checkOperatorMatch[ProjectExecTransformer]
}
=======
}
}

test("Test uuid function") {
runQueryAndCompare("""SELECT uuid() from lineitem limit 100""".stripMargin, false) {
checkOperatorMatch[ProjectExecTransformer]
>>>>>>> 4968b83b1 ([VL] support uuid function)
}
}
}

0 comments on commit cc78417

Please sign in to comment.