Forum Discussion
6 Replies
- dwhansen-cbgContributor
Changing the ORDER BY to
Unsorted
or adding Sort Snap before the Join fixed the issue. - KsivagurunathanContributor
i’m facing the same problem. Were you able to resolve this issue ?
- dwhansen-cbgContributor
I’m having this issue but there is no answer here. I have my sorted streams set to Ascending and am still having the issue. Can someone please help?
- KsivagurunathanContributor
try to convert number input stream to string before the join snap using a mapper, sort the both the input and then use the join. it should resolve the issue.