Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-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 D2A7618665 for ; Wed, 1 Jul 2015 19:15:10 +0000 (UTC) Received: (qmail 483 invoked by uid 500); 1 Jul 2015 19:15:05 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 388 invoked by uid 500); 1 Jul 2015 19:15:05 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 235 invoked by uid 99); 1 Jul 2015 19:15:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 19:15:04 +0000 Date: Wed, 1 Jul 2015 19:15:04 +0000 (UTC) From: "Chris Westin (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2975) Extended Json : Time type reporting data which is dependent on the system on which it ran 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/DRILL-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Westin updated DRILL-2975: -------------------------------- Fix Version/s: 1.2.0 > Extended Json : Time type reporting data which is dependent on the system on which it ran > ----------------------------------------------------------------------------------------- > > Key: DRILL-2975 > URL: https://issues.apache.org/jira/browse/DRILL-2975 > Project: Apache Drill > Issue Type: Bug > Components: Storage - JSON > Affects Versions: 1.2.0 > Reporter: Rahul Challapalli > Assignee: Steven Phillips > Priority: Critical > Fix For: 1.2.0 > > > git.commit.id.abbrev=3b19076 > Data : > {code} > { > "int_col" : {"$numberLong": 1}, > "date_col" : {"$dateDay": "2012-05-22"}, > "time_col" : {"$time": "19:20:30.45Z"} > } > {code} > System 1 : > {code} > 0: jdbc:drill:schema=dfs_eea> select time_col from `extended_json/data1.json` d; > +------------+ > | time_col | > +------------+ > | 19:20:30.450 | > +------------+ > {code} > System 2 : > {code} > 0: jdbc:drill:schema=dfs.drillTestDirComplexP> select time_col from `temp.json`; > +------------+ > | time_col | > +------------+ > | 11:20:30.450 | > +------------+ > {code} > The above results are inconsistent. -- This message was sent by Atlassian JIRA (v6.3.4#6332)