RE: Which component does not work in pipeline parallelism?
sort component does not work in pipleline parallelism because in case of sort all the data must read before writing any records hence it does not support pipeline parallelism. Hope this make sense.