GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/5308 IGNITE-9989: Fixed jdbc v2 PK metadata
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9989
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5308.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5308
----
commit c8521cb526367a2d9448dcb7e1ca500e8494b74b
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-11-06T00:01:46Z
ignite-9989: Draft of the fix.
In jdbc v2, now we avoid using distributed task that fetches metadata to
get PK metadata. We use existing cache descriptors instead.
commit 1e7b3f1947da236b071465c661525ffbe40af06b
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-11-06T14:39:11Z
ignite-9989: Updated tests to work with many tables.
Backported test for primary keys metadata from metadata test of jdbc
thin driver. This change made IGNITE-10118 highlighted.
commit f12c8549b0de14a3dbecc464d5f19d927560ca56
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-11-06T14:50:01Z
ignite-9989: Jdbc v2 PK meta refactoring.
javadoc, moved method to QueryUtils.
----
---