Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1768

Add multi-type support for numeric types in complex writer. (invisible up-promotion)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Future
    • Execution - Data Types
    • None

    Description

      git.commit.id.abbrev=108d29f

      Dataset :

      {
          "id":1,
          "val":1.1
      }
      {
          "id":2,
          "val":0
      }
      

      Query :

      select * from `temp.json`;
      Query failed: Failure while running fragment.[ 42bfb6bb-c09e-4eb3-a9ee-442d369c1b4b on qa-node190.qa.lab:31010 ]
      A '0' in a decimal field results in a schema change sort of error
      
      Error: exception while executing query: Failure while executing query. (state=,code=0)
      

      Attached the log file. Let me know if there are any questions

      Attachments

        1. error.log
          4 kB
          Rahul Kumar Challapalli

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rkins Rahul Kumar Challapalli
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: