[ https://issues.apache.org/jira/browse/HIVE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134487#comment-13134487 ]
John Sichi commented on HIVE-2509: ---------------------------------- It's still not applying. The reason is that for PrimitiveObjectInspectorFactory.java, the latest svn already has {noformat} import org.apache.hadoop.hive.serde2.io.ByteWritable; {noformat} but your patches have {noformat} -import org.apache.hadoop.io.ByteWritable; +import org.apache.hadoop.hive.serde2.io.ByteWritable; {noformat} Maybe your git tree is stale? Note that phabricator just works off of your diff (with a huge diff context flag setting); according to Marek, it's not currently doing anything with what's actually in the repo. > 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, D15.1.patch, D15.2.patch, D15.2.patch, > D15.3.patch, D15.3.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