DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
387 stars 21 forks source link

fixed built in function unit tests #66

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

Signed-off-by: AmoebaProtozoa 8039876+AmoebaProtozoa@users.noreply.github.com

What problem does this PR solve?

Some Unit tests related to built-in functions has been broken by previous PR, this fix it

It also reformatted code according to go formatter/linter

Test

make dev-tmp now passes