JDBC driver ResultsetMetadata does not return schema name

A statement such as shown is executed
select * from dbcert.tint

The ResultsetMetadata populates catalog but not schema etc.

Server 4.9.3-202010281843560195-edc49b6d
Driver 4.9.1-202010230218060541-2e764ed0

See example using SQLSquirrel

@dqmdev

Can you please share the profile, how is getSchemaName populated?

Consider the following query: select * from A.B

A.B is a fully qualified table reference where A is the schema.

When the JDBC driver is asked to describe the Resultset Metadata it returns
No schema schema
DREMIO as the catalog name (other issues on that topic)