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

JsonReader does not support nulls in lists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

        case VALUE_NULL:
              throw UserException.unsupportedError()
                .message("Null values are not supported in lists by default. " +
                  "Please set `store.json.all_text_mode` to true to read lists containing nulls. " +
                  "Be advised that this will treat JSON null values as a string containing the word 'null'.")
                .build(logger);
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              julienledem Julien Le Dem
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: