[
https://issues.apache.org/jira/browse/HIVE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jsichi (John Sichi) updated HIVE-2509:
--------------------------------------
Attachment: D15.1.patch
jonchang requested code review of "[jira] [HIVE-2509] Literal bigint".
Reviewers: jsichi
HIVE-2509
This diff adds support for literal bigints to Hive.
Typing bigints is a pain because you have to write CAST(0 AS BIGINT). We
should let people type 0L instead.
TEST PLAN
ant test -Dtestcase=TestCliDriver -Doffline=true -Dqfile=bigint_literal.q
-Dtest.silent=false
REVISION DETAIL
http://reviews.facebook.net/D15
AFFECTED FILES
ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java
ql/src/test/queries/clientpositive/bigint_literal.q
ql/src/test/results/clientpositive/bigint_literal.q.out
MANAGE HERALD DIFFERENTIAL RULES
http://reviews.facebook.net/herald/view/differential/
WHY DID I GET THIS EMAIL?
http://reviews.facebook.net/herald/transcript/45/
Tip: use the X-Herald-Rules header to filter Herald messages in your client.
> Literal bigint
> --------------
>
> Key: HIVE-2509
> URL: https://issues.apache.org/jira/browse/HIVE-2509
> Project: Hive
> Issue Type: New Feature
> Reporter: Jonathan Chang
> Assignee: Jonathan Chang
> Attachments: D15.1.patch
>
>
> Typing bigints is a pain because you have to write CAST(0 AS BIGINT). We
> should let people type 0L instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira