Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5061C188E1 for ; Wed, 18 Nov 2015 09:33:11 +0000 (UTC) Received: (qmail 98087 invoked by uid 500); 18 Nov 2015 09:33:11 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 98050 invoked by uid 500); 18 Nov 2015 09:33:11 -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 97994 invoked by uid 99); 18 Nov 2015 09:33:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 09:33:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 231DB2C1F5F for ; Wed, 18 Nov 2015 09:33:11 +0000 (UTC) Date: Wed, 18 Nov 2015 09:33:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010578#comment-15010578 ] ASF GitHub Bot commented on IGNITE-1571: ---------------------------------------- Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/124 > .Net: Improve Guid and DateTime reader/writer interface. > -------------------------------------------------------- > > Key: IGNITE-1571 > URL: https://issues.apache.org/jira/browse/IGNITE-1571 > Project: Ignite > Issue Type: Task > Components: interop > Affects Versions: ignite-1.4 > Reporter: Vladimir Ozerov > Assignee: Vladimir Ozerov > Priority: Critical > Fix For: 1.5 > > > Currently we force user to write Guid and DateTime as nullables. We do this to be more compatible with Java. > But user is more likely to operate on plain types: Guid, Guid[], DateTime, DateTime[]. > We need to add these methods to API, and rename existing ones to "ReadNullableDateTime", etc.. > Note that while trivial to on writer side, it will be harder to implement for readers. Currently we lookup by type ID, which will be equal for the type and it's nullable counterpart. For this reason we probably must lookup by type ID + type or simply by type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)