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 DEA63200B51 for ; Mon, 1 Aug 2016 13:56:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DD339160AA7; Mon, 1 Aug 2016 11:56:21 +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 573A3160A65 for ; Mon, 1 Aug 2016 13:56:21 +0200 (CEST) Received: (qmail 40570 invoked by uid 500); 1 Aug 2016 11:56:20 -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 40550 invoked by uid 99); 1 Aug 2016 11:56:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 11:56:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 71C1E2C027F for ; Mon, 1 Aug 2016 11:56:20 +0000 (UTC) Date: Mon, 1 Aug 2016 11:56:20 +0000 (UTC) From: "Igor Sapego (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-3587) ODBC: Add Distributed Joins support to ODBC. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 01 Aug 2016 11:56:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401917#comment-15401917 ] Igor Sapego commented on IGNITE-3587: ------------------------------------- Vladimir, My comments: 1) How about writing it with dot instead of underscore? I.e, {{PROTOCOL_VERSION=1.6.0}}? 2) No problem. We can do that. 3) The problem is protocol version is already a long field in the protocol. We can't change it without breaking backward compatibility. We can use this long value differently though. For example, we can use 2 bytes for major version, 3 bytes for minor version and 3 bytes for revision. So that value for the version 1.6.3 would be something like {{0x0001000006000003}}. Then of course, we will need to keep version 1.6.0 to be mapped to {{1}} for backward compatibility, but it does not look like a problem to me. What do you think? > ODBC: Add Distributed Joins support to ODBC. > -------------------------------------------- > > Key: IGNITE-3587 > URL: https://issues.apache.org/jira/browse/IGNITE-3587 > Project: Ignite > Issue Type: Task > Components: odbc > Affects Versions: 1.6 > Reporter: Igor Sapego > Assignee: Igor Sapego > Labels: odbc > Fix For: 2.0 > > > Need to add support for the distributed joins to ODBC. -- This message was sent by Atlassian JIRA (v6.3.4#6332)