Refer the image below ,I have the filters and conditional splits like this :
When I datapreview the RightFilter2 (Rows are coming) ,Filtered (Rows are coming) which are going through the inner join where i have given col1from left ==col1 from right, its showing up the wierd error. If there are no matching rows ,it should have given me 0 rows /No output data .but it throws an error in datapreview as well as when i run the dataflow through pipeline.
As shown in your image, you are using ==
condition on the inner join which should work as expected. However, the error message indicates usage of inequality condition for join which is unclear.
The following is an example where I am using joins but with inequality condition: