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

select A, * from ... crashes JVM

    XMLWordPrintableJSON

Details

    Description

      while "select *, A from ..." works, select A, * from ... crashes JVM.

      As I discussed with Aman, the reason for the crash is because drill is not handling wildcard "*" correctly. So the operator Project "transfers" the requested column A to the output instead of "copy".

      So when drill is trying to project to the second operand in the select clause (i.e., "*" ), nothing will come out of that column.

      Attachments

        1. DRILL-1811.3.patch
          3 kB
          Sean Hsuan-Yi Chu
        2. DRILL-1811.2.patch
          3 kB
          Sean Hsuan-Yi Chu
        3. DRILL-1811.1.patch
          3 kB
          Sean Hsuan-Yi Chu
        4. bug.txt
          1.01 MB
          Sean Hsuan-Yi Chu

        Activity

          People

            amansinha100 Aman Sinha
            seanhychu Sean Hsuan-Yi Chu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: