when I execute select * from mysql.columns_priv; in dbeaver, it will return result data.
I found that Column_priv type is set(xxx). But when I check the metadata, the Column_priv type is CHAR, and the JDBC type is also CHAR, so how the dbeaver get the real type from mysql?
I try to read dbeaver source code from github, but I can not found it.
I try to debug dbeaver by modify dbeaver.ini, dbeaver will start failed.

