Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 35257 invoked from network); 4 Jan 2008 02:02:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 02:02:55 -0000 Received: (qmail 15823 invoked by uid 500); 4 Jan 2008 02:02:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 15797 invoked by uid 500); 4 Jan 2008 02:02:43 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 15788 invoked by uid 99); 4 Jan 2008 02:02:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 18:02:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 02:02:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 126BC714159 for ; Thu, 3 Jan 2008 18:02:34 -0800 (PST) Message-ID: <31939045.1199412154072.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 18:02:34 -0800 (PST) From: "Edward Yoon (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2502) [Hbase Shell] Insert/Select timestamp, Timestamp data type in HQL In-Reply-To: <18431080.1198928803258.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555765#action_12555765 ] Edward Yoon commented on HADOOP-2502: ------------------------------------- Memo : {code} JarCommand jarCommand() : { Token t = null; JarCommand jar = new JarCommand(this.out); List query = new ArrayList(); } { ( ( t= | t= | t= ) { query.add(t.image.toString()); } )* { jar.setQuery(query); return jar; } } {code} > [Hbase Shell] Insert/Select timestamp, Timestamp data type in HQL > ----------------------------------------------------------------- > > Key: HADOOP-2502 > URL: https://issues.apache.org/jira/browse/HADOOP-2502 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.16.0 > Environment: All > Reporter: Edward Yoon > Assignee: Edward Yoon > Fix For: 0.16.0 > > > Current Insert/Select commands can't flexible handle the date. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.