Description
Currently, JDBCTableCatalog.scala query namespaces by below.
val rs = conn.getMetaData.getSchemas(null, db)
while (rs.next())
false
But cannot get any information when using MySQL JDBC driver.
Currently, JDBCTableCatalog.scala query namespaces by below.
val rs = conn.getMetaData.getSchemas(null, db)
while (rs.next())
false
But cannot get any information when using MySQL JDBC driver.