You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/08 13:12:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-10569:
-------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> 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 Liu
>            Assignee: Ray Liu
>            Priority: Major
>             Fix For: 2.9
>
>
> 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
(v8.3.4#803005)