Github user amansinha100 commented on the issue:

    https://github.com/apache/drill/pull/521
  
    Just to be sure, I confirmed with @jinfengni that the new generated code 
would look like the following:  (assume 100 expressions in the Project and 
limit of 50 exprs per block):
       doEval() { 
          {
              generated code for 50 expressions (by default)
          }
          doEval1();
      }
      doEval1() {
         {
             50 expressions
         }
         //  doEval2();  // if needed...each doEval_N() calls doEval_N+1()
      }


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to