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

Query against JSON file fails on Drill Sandbox build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.6.0
    • None

    Description

      On the Drill Sandbox build from Sept. 12, this query returns:

      0: jdbc:drill:> select t.trans_id, t.trans_info.prod_id[0],t.trans_info.prod_id[1]
      from `clicks/clicks.json` t limit 5;
      Query failed: Screen received stop request sent. null [c61ef116-b9f4-4479-aec7-d21168469cec]

      On the demo cluster, this query returns:

      0: jdbc:drill:> select t.trans_id, t.trans_info.prod_id[0],t.trans_info.prod_id[1]
      . . . . . . . > from `clicks/clicks.json` t limit 5;
      --------------------------------

      trans_id EXPR$1 EXPR$2

      --------------------------------

      31920 174 2
      31026 null null
      33848 582 null
      32383 710 47
      32359 0 8

      --------------------------------
      5 rows selected (0.207 seconds)

      Attachments

        1. stack1.txt
          5 kB
          Aman Sinha
        2. stack2.txt
          5 kB
          Aman Sinha

        Activity

          People

            jaltekruse Jason Altekruse
            brumsby Bob Rumsby
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: