Facing error when inner joining two document streams
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 08:21 PM
I am trying to do a simple inner join between two document stream but facing the below error :
I did select the option as Unsorted
but still it fails with reason Not Ascending order
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2021 06:32 AM
Try to parse the join fields as strings and sort both inputs before the join operation.
Regards,
Spiro Taleski

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2020 09:36 PM
Changing the ORDER BY to Unsorted
or adding Sort Snap before the Join fixed the issue.
Reply
