[ 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<String> query = new ArrayList<String>(); } { <JAR> ( ( t=<ID> | t=<INTEGER_LITERAL> | t=<FLOATING_POINT_LITERAL> ) { 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.