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

Allow change from integer to double type and vice versa in JSON reader

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Future
    • None
    • None

    Description

      Currently the JSON reader for drill will fail if there is any schema change in a file. For the time being, this is expected for a significant change in type, such as a change between types without clear implicit casting rules, such as a change between any combination of string, bool, or numeric types. We however do want to support changing from an integer to a double type (any number with a decimal point is read as a double value) or vice versa. This is also related to mixed integer and double types in arrays, which should also be supported.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jaltekruse Jason Altekruse
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: