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

Using multiple filters with Text files fails to compile the runtime generated code

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=810a204

      The below query fails :

      select columns[0] widecol1 from `file1.tsv` where columns[0] > 999 and columns[1] > 999;

      However things work as expected when we use only one filter:

      select columns[0] widecol1 from `file1.tsv` where columns[0] > 999

      I attached the relevant logs for the failed case

      Attachments

        1. error.log
          9 kB
          Rahul Kumar Challapalli

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rkins Rahul Kumar Challapalli
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: