You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment Details:
System: Manjaro Linux x86_64
Kernel: 5.10.7-1-MANJARO
Go Version: 1.15.6
find a bug in tinysql/parser/lexer_test.go
if run go test under directory tinysql/parser, go build would fail with
# github.com/pingcap/tidb/parser
./lexer_test.go:199:12: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
FAIL github.com/pingcap/tidb/parser [build failed]
find a bug in tinysql/parser/lexer_test.go
if run
go test
under directorytinysql/parser
,go build
would fail withby changing line 199 solve the problem
this error may be caused by higher Go version.
The text was updated successfully, but these errors were encountered: