You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/10/21 07:32:00 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 ]

Stamatis Zampetakis updated HIVE-14856:
---------------------------------------
    Fix Version/s:     (was: 1.2.1)

I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED.

According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed.

> 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
>            Priority: Major
>         Attachments: HIVE-14856.1-branch-1.2.patch, HIVE-14856.patch
>
>
> 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
(v8.20.10#820010)