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 2A0EB200BAE for ; Fri, 28 Oct 2016 23:18:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 28D2A160AE4; Fri, 28 Oct 2016 21:18:00 +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 986CF160ACA for ; Fri, 28 Oct 2016 23:17:59 +0200 (CEST) Received: (qmail 28986 invoked by uid 500); 28 Oct 2016 21:17:58 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 28972 invoked by uid 99); 28 Oct 2016 21:17:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 21:17:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 50FB12C001E for ; Fri, 28 Oct 2016 21:17:58 +0000 (UTC) Date: Fri, 28 Oct 2016 21:17:58 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-15095) TestHiveDruidQueryBasedInputFormat.testCreateSplitsIntervals fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 28 Oct 2016 21:18:00 -0000 Sergey Shelukhin created HIVE-15095: --------------------------------------- Summary: TestHiveDruidQueryBasedInputFormat.testCreateSplitsIntervals fails Key: HIVE-15095 URL: https://issues.apache.org/jira/browse/HIVE-15095 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin {noformat} junit.framework.AssertionFailedError: expected:<[[2009-12-31T16:00:00.000-08:00/2010-04-01T23:00:00.000-07:00], [2010-04-01T23:00:00.000-07:00/2010-07-02T05:00:00.000-07:00], [2010-07-02T05:00:00.000-07:00/2010-10-01T11:00:00.000-07:00], [2010-10-01T11:00:00.000-07:00/2010-12-31T16:00:00.000-08:00]]> but was:<[[2010-01-01T00:00:00.000Z/2010-04-02T06:00:00.000Z], [2010-04-02T06:00:00.000Z/2010-07-02T12:00:00.000Z], [2010-07-02T12:00:00.000Z/2010-10-01T18:00:00.000Z], [2010-10-01T18:00:00.000Z/2011-01-01T00:00:00.000Z]]> at org.apache.hadoop.hive.druid.TestHiveDruidQueryBasedInputFormat.testCreateSplitsIntervals(TestHiveDruidQueryBasedInputFormat.java:54) {noformat} Seems offset by 7-8 hours. -- This message was sent by Atlassian JIRA (v6.3.4#6332)