[
https://issues.apache.org/jira/browse/IGNITE-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076889#comment-16076889
]
ASF GitHub Bot commented on IGNITE-5448:
----------------------------------------
GitHub user skalashnikov opened a pull request:
https://github.com/apache/ignite/pull/2254
IGNITE-5448: SQL: tables(cache) must only return tables belonging to given
cache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5448
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2254.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2254
----
----
> IgniteH2Indexing#tables implemented incorrectly
> -----------------------------------------------
>
> Key: IGNITE-5448
> URL: https://issues.apache.org/jira/browse/IGNITE-5448
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Sergey Kalashnikov
> Fix For: 2.1
>
>
> Currently method IgniteH2Indexing#tables works as follows:
> 1) Get schema name for cache
> 2) Return all tables from the schema
> This will work incorrectly for caches in {{PUBLIC}} schema, as tables for all
> caches will be returned.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)