ddl: Project 3 Go test fail
BowenXiao1999 opened this issue · 3 comments
BowenXiao1999 commented
What did I do
go test
in ddl folder
Expect
Assert fauilre
or Success
See Instead
# github.com/pingcap/tidb/planner/core [github.com/pingcap/tidb/ddl.test]
../planner/core/rule_join_reorder_dp.go:17:2: imported and not used: "math/bits"
FAIL github.com/pingcap/tidb/ddl [build failed]
Yisaer commented
I met the same problem.
Yisaer commented
It seems the error has been fixed in the latest course branch.
BowenXiao1999 commented
Thanks for sharing