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)