Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Apr 27, 2021
1 parent c453b64 commit 790d27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class LookupFunctionsSuite extends PlanTest {
table("TaBlE"))
analyzer.LookupFunctions.apply(plan)

assert(customerFunctionReg.getIsRegisteredFunctionCalledTimes == 2)
assert(customerFunctionReg.getIsRegisteredFunctionCalledTimes == 4)
assert(analyzer.LookupFunctions.normalizeFuncName
(unresolvedRegisteredFunc.nameParts.asFunctionIdentifier).database == Some("default"))
}
Expand Down

0 comments on commit 790d27f

Please sign in to comment.