Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 92E0D200C7C for ; Mon, 5 Jun 2017 14:09:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 913A5160BE1; Mon, 5 Jun 2017 12:09:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D855D160BD4 for ; Mon, 5 Jun 2017 14:09:07 +0200 (CEST) Received: (qmail 38763 invoked by uid 500); 5 Jun 2017 12:09:07 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 38752 invoked by uid 99); 5 Jun 2017 12:09:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 12:09:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 92EBFC0096 for ; Mon, 5 Jun 2017 12:09:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id R_XzsWnyOlaU for ; Mon, 5 Jun 2017 12:09:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7C83E5FBD8 for ; Mon, 5 Jun 2017 12:09:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D923FE07D6 for ; Mon, 5 Jun 2017 12:09:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6CD0E20DF5 for ; Mon, 5 Jun 2017 12:09:04 +0000 (UTC) Date: Mon, 5 Jun 2017 12:09:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5233) JDBC thin Driver: implement metadata support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Jun 2017 12:09:08 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036852#comment-16036852 ] ASF GitHub Bot commented on IGNITE-5233: ---------------------------------------- GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/2079 IGNITE-5233: JDBC thin Driver: implement metadata support You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5233 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2079.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 #2079 ---- commit b5c48680feb029c614557b457dc4e6451ca20f2d Author: tledkov-gridgain Date: 2017-06-02T15:32:04Z IGNITE-5233: save the progress commit 06edb3ea591382aae22b73e0012edb166c022b55 Author: tledkov-gridgain Date: 2017-06-02T15:51:27Z IGNITE-5233: save the progress commit a50df0b490cf4972079fb90e0d0c593cf03e670c Author: tledkov-gridgain Date: 2017-06-05T11:55:19Z IGNITE-5233: index & params meta commit 8df35cb8000090b2c2e88d3dd172c68579bb59bd Author: tledkov-gridgain Date: 2017-06-05T12:06:36Z Merge branch 'master' into ignite-5233 # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/JdbcThinConnection.java ---- > JDBC thin Driver: implement metadata support > --------------------------------------------- > > Key: IGNITE-5233 > URL: https://issues.apache.org/jira/browse/IGNITE-5233 > Project: Ignite > Issue Type: Task > Components: sql > Affects Versions: 2.0 > Reporter: Taras Ledkov > Assignee: Taras Ledkov > Fix For: 2.1 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)