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 4EAC6200BA4 for ; Fri, 30 Sep 2016 15:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4D8FC160AC4; Fri, 30 Sep 2016 13:11:22 +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 8D24D160AD9 for ; Fri, 30 Sep 2016 15:11:21 +0200 (CEST) Received: (qmail 7966 invoked by uid 500); 30 Sep 2016 13:11:20 -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 7906 invoked by uid 99); 30 Sep 2016 13:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2016 13:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 895902C0032 for ; Fri, 30 Sep 2016 13:11:20 +0000 (UTC) Date: Fri, 30 Sep 2016 13:11:20 +0000 (UTC) From: "Alexander Paschenko (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-4011) Automatically compute hash codes for newly built binary objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 30 Sep 2016 13:11:22 -0000 Alexander Paschenko created IGNITE-4011: ------------------------------------------- Summary: Automatically compute hash codes for newly built binary objects Key: IGNITE-4011 URL: https://issues.apache.org/jira/browse/IGNITE-4011 Project: Ignite Issue Type: Task Components: binary, cache Reporter: Alexander Paschenko Assignee: Alexander Paschenko Fix For: 1.8 For binary keys built automatically inside SQL engine during INSERT or MERGE, we need to compute hash codes automatically because in this case the user does not interact with any builders and can't set hash code explicitly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)