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

Type decimal(1,1) reads 0.0, 0.00, etc from text file as NULL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0, 1.2.0, 2.0.0
    • 1.3.0, 2.0.0
    • Types
    • None

    Description

      Steps to reproduce:
      1. create a text file with values like 0.0, 0.00, etc.
      2. create table in hive with type decimal(1,1).
      3. run "load data local inpath ..." to load data into the table.
      4. run select * on the table.
      You will see that NULL is displayed for 0.0, 0.00, .0, etc. Instead, these should be read as 0.0.

      Attachments

        1. HIVE-11835.1.patch
          420 kB
          Xuefu Zhang
        2. HIVE-11835.2.patch
          9 kB
          Xuefu Zhang
        3. HIVE-11835.patch
          2 kB
          Xuefu Zhang

        Issue Links

          Activity

            People

              xuefuz Xuefu Zhang
              xuefuz Xuefu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: