Wenchen Fan

Results 245 comments of Wenchen Fan

In my opinion, we should not support `SHOW COLUMNS t FROM ...` in the first place. A fully qualified table name should do the work, there is no need for...

You can identify a table with the qualified name. This is a common syntax in many other commands. `SHOW COLUMNS FROM t FROM schema` has no benefit but welcomes confusion.

> ... which can somewhat decrease the confusion Yes, but I don't think we should make a breaking change only to reduce confusion for a legacy/unrecommanded feature.

@panbingkun can you update `Does this PR introduce any user-facing change`? I think it does affect v2 tables.

since it introduces a new error, shall we add a legacy config?