Description
PhoenixRuntime.getTable(conn, name) assumes name is a single component because it calls SchemaUtil.normalizeIdentifier(name) on the whole thing, without breaking up name into table name and schema name components. In cases where a table is case sensitive (created with schemaName."tableName") this will result in getTable not finding the table.
Attachments
Issue Links
- links to