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

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

     [ https://issues.apache.org/jira/browse/HIVE-14856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajkumar Singh updated HIVE-14856:
----------------------------------
    Fix Version/s: 1.2.1
           Status: Patch Available  (was: Open)

> 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
>             Fix For: 1.2.1
>
>
> 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)