Details
Description
When calling DatabaseMetadata.getTables and getColumns to find a table defined with a particular schema, the Phoenix JDBC driver also returns description of a table with the same tablename, but empty schema.
eg, calling getTables(null, "R729999D", TABLE1, "TABLE");
matches tables R729999D.TABLE1 and TABLE1 (no schema). It should return information on only table R729999D.TABLE1.