[jira] [Created] (IGNITE-10569) Null meta information when getting meta for a customized schema cache through JDBC driver

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-10569) Null meta information when getting meta for a customized schema cache through JDBC driver

Anton Vinogradov (Jira)
Ray created IGNITE-10569:
----------------------------

             Summary: Null meta information when getting meta for a customized schema cache through JDBC driver
                 Key: IGNITE-10569
                 URL: https://issues.apache.org/jira/browse/IGNITE-10569
             Project: Ignite
          Issue Type: Bug
          Components: jdbc
            Reporter: Ray
            Assignee: Ray
             Fix For: 2.8


When I create a cache with customized schema(not PUBLIC), then query the column meta information through thin JDBC driver it will return null.

 

Analysis:

The cases of schema name is different in GridQueryTypeDescriptor and CacaheConfiguration.

So the schema validation

if (!matches(table.schemaName(), req.schemaName()))

in method JdbcRequestHandler.getColumnsMeta will not pass.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)