From dev-return-41452-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Tue Nov 6 16:03:51 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EC01A180658 for ; Tue, 6 Nov 2018 16:03:50 +0100 (CET) Received: (qmail 36974 invoked by uid 500); 6 Nov 2018 15:03:50 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 36956 invoked by uid 99); 6 Nov 2018 15:03:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2018 15:03:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B693FE09EE; Tue, 6 Nov 2018 15:03:48 +0000 (UTC) From: pavel-kuznetsov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #5308: IGNITE-9989: Fixed jdbc v2 PK metadata Content-Type: text/plain Date: Tue, 6 Nov 2018 15:03:48 +0000 (UTC) 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.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 #5308 ---- commit c8521cb526367a2d9448dcb7e1ca500e8494b74b Author: Pavel Kuznetsov 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 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 Date: 2018-11-06T14:50:01Z ignite-9989: Jdbc v2 PK meta refactoring. javadoc, moved method to QueryUtils. ---- ---