Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu committed Jul 11, 2024
1 parent e9571b0 commit 27e475c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ class ScalarFunctionsValidateSuite extends FunctionsValidateTest {
}
assert(e.getCause.isInstanceOf[RuntimeException])
assert(e.getMessage.contains("l_orderkey"))
}

test("Test E function") {
runQueryAndCompare("""SELECT E() from lineitem limit 100""".stripMargin) {
Expand Down

0 comments on commit 27e475c

Please sign in to comment.