texera
texera copied to clipboard
Adding materialization when the dependent inputs of an operator are in same region
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.