Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-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 7E917178C3 for ; Thu, 12 Mar 2015 22:41:40 +0000 (UTC) Received: (qmail 81530 invoked by uid 500); 12 Mar 2015 22:41:39 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 81347 invoked by uid 500); 12 Mar 2015 22:41:39 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 81196 invoked by uid 99); 12 Mar 2015 22:41:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 22:41:39 +0000 Date: Thu, 12 Mar 2015 22:41:39 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9792) Support interval type in expressions/predicates 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/HIVE-9792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14359563#comment-14359563 ] Hive QA commented on HIVE-9792: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12704245/HIVE-9792.6.patch {color:green}SUCCESS:{color} +1 7809 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3021/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3021/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3021/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12704245 - PreCommit-HIVE-TRUNK-Build > Support interval type in expressions/predicates > ------------------------------------------------ > > Key: HIVE-9792 > URL: https://issues.apache.org/jira/browse/HIVE-9792 > Project: Hive > Issue Type: Sub-task > Components: Types > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-9792.1.patch, HIVE-9792.2.patch, HIVE-9792.3.patch, HIVE-9792.4.patch, HIVE-9792.5.patch, HIVE-9792.6.patch > > > Provide partial support for the interval year-month/interval day-time types in Hive. Intervals will be usable in expressions/predicates/joins: > {noformat} > select birthdate + interval '30-0' year to month as thirtieth_birthday > from table > where (current_timestamp - ts1 < interval '3 0:0:0' day to second) > {noformat} > This stops short of adding making the interval types usable as a storable column type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)