You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajkumar Singh (JIRA)" <ji...@apache.org> on 2016/09/29 02:21:20 UTC

[jira] [Created] (HIVE-14856) create table with select from table limit is failing with NFE if limit exceed than allowed 32bit integer length

Rajkumar Singh created HIVE-14856:
-------------------------------------

             Summary: create table with select from table limit is failing with NFE if limit exceed than allowed 32bit integer length
                 Key: HIVE-14856
                 URL: https://issues.apache.org/jira/browse/HIVE-14856
             Project: Hive
          Issue Type: Bug
          Components: Hive
    Affects Versions: 1.2.1
         Environment: centos 6.6
            Reporter: Rajkumar Singh
            Assignee: Rajkumar Singh


query with limit is failing with NumberFormatException if the limit exceeds 32bit integer length.
create table sample1 as select * from sample limit 2248321440;
FAILED: NumberFormatException For input string: "2248321440"




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)