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

Drill should error out for Invalid json file if it has the same map key names.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.7.0
    • Future
    • Storage - JSON
    • None

    Description

      For json file with same map key names:

      {
      "a" : "x",
      "a" : "y"
      }

      Should we consider it invalid json format and error out?
      Ref:
      http://stackoverflow.com/questions/21832701/does-json-syntax-allow-duplicate-keys-in-an-object#answer-23195243

      Attachments

        Activity

          People

            Unassigned Unassigned
            haozhu Hao Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: