Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14856

create table with select from table limit is failing with NFE if limit exceed than allowed 32bit integer length

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 1.2.1
    • None
    • Hive
    • None
    • centos 6.6

    Description

      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"

      Attachments

        1. HIVE-14856.patch
          5 kB
          Rajkumar Singh
        2. HIVE-14856.1-branch-1.2.patch
          5 kB
          Rajkumar Singh

        Activity

          People

            Rajkumar Singh Rajkumar Singh
            Rajkumar Singh Rajkumar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: