I have a workflow that is processing 2.3GB of data (3.5Mrecords). When the workflow gets to the last join in the workflow that enhances the dataset with a single column it freezes at ~50%-54%.
I removed the join from the workflow and upon doing so the freeze happens at the closest join upstream.
I have tried to replace the join tools with new ones as well as substitute the join for a find & replace tool.
This workflow worked fine for last month's processing but now refuses to complete. The join does not appear to be creating a cartesian join based on previous runs so I am at a loss on how to troubleshoot (v2020.2).
