I am receiving an error that says:
Data input B is not sorted in ascending order.
This seems to happen when we have either a null or empty string in the field we are specifying as a join key, and we are sorting by this join key. We need this to work with an empty string coming through. Is this a bug?
attached is my graph that demonstrates this. We are running on SQL Server 2008.
I forgot to mention that I am using Clover 3.1 commercial version.
Hello,
unfortunately it’s really bug.
As a workaround, please add a Partitioner before the DataIntersection - it will send the records with null key to “flow B” directly, as you don’t want to regard null as equals values.
Since it’s a bug, could you post the bug tracking link?
Ii is logged here. Please use guest/guest credentials for browsing.