texera icon indicating copy to clipboard operation
texera copied to clipboard

Adding materialization when the dependent inputs of an operator are in same region

Open avinash0161 opened this issue 2 years ago • 0 comments

In operators like HashJoin, if the build and probe input are in the same pipelined region, it leads to an exception. In this PR, we add a materialization on the dependent link so that it becomes a different region.

avinash0161 avatar Aug 06 '22 19:08 avinash0161