spark git commit: [SPARK-25767][SQL] Fix lazily evaluated stream of expressions in code generation

2018-10-29 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.4 22bec3c6d -> 5cc2987db [SPARK-25767][SQL] Fix lazily evaluated stream of expressions in code generation ## What changes were proposed in this pull request? Code generation is incorrect if `outputVars` parameter of `consume` method in

spark git commit: [SPARK-25767][SQL] Fix lazily evaluated stream of expressions in code generation

2018-10-29 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 409d688fb -> 7fe5cff05 [SPARK-25767][SQL] Fix lazily evaluated stream of expressions in code generation ## What changes were proposed in this pull request? Code generation is incorrect if `outputVars` parameter of `consume` method in