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

Add support for large number of columns in queries

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=a1a6144
      Build# 26246

      The 'create table as' statement starts to break when the column count is somewhere around 125-150. I attached the error log. Let me know if you have any questions.

      The root cause of this (and similar failures) is that when a Drill operator needs to process (evaluate/copy/spool) a large number of expressions (columns), the resultant runtime generated code can exceed the 64 KB byte code limit imposed on the size of a function by Java class file specifications, resulting in compilation failure.

      This umbrella JIRA will serve as a container for various sub-tasks to address this issue.

      Attachments

        1. error.log
          21 kB
          Rahul Kumar Challapalli

        Activity

          People

            adityakishore Aditya Kishore
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: