Yushan

Results 34 comments of Yushan

> But some of our users may still need this. I think to enable scan different table schema is not conflicting with scanning tables with the same scheme. The assumption...

I think the reason was the same as in #25. It assumes `t2` has the same scheme as `t1`.

I got the same error here by **following the quickstart**, ```` C:\Users\zhangysh1995\go\src\eqsql>go get github.com/pingcap/tidb/types/[email protected] go get github.com/pingcap/tidb/types/[email protected]: github.com/pingcap/[email protected]: invalid ver sion: module contains a go.mod file, so major version must...

> The workaround also solved my problem. The quickstart guide is conflicting to itself, **we should use `go get -v github.com/pingcap/tidb/types/parser_driver@328b6d0` in the `Import Dependencies` section**, _but not following the...