Page 1 of 1

Remove duplicate strange issue

Posted: Fri Apr 04, 2014 10:06 am
by mandyli
Hi

we are in the process of moving jobs from 8.0 to 9.1.

we are seeing following fatal error from Remove duplicate stage.

"main_program: Error when checking operator: "nulls" property only applies to nullable fields; on key "aaa_code: {case=sensitive, nulls=first} "


Is this anything issue with data or issue with 9.1?


Thanks
Man

Posted: Fri Apr 04, 2014 2:33 pm
by ray.wurlod
This was not properly detected in 8.0. It is now correctly detected. It shouldn't be a problem, but why would you specify nulls first when the field is not nullable?

Posted: Mon Apr 07, 2014 12:32 am
by moalik
Could you let us know whether the key column is "Nullable" ?

Posted: Tue Apr 08, 2014 1:55 pm
by mandyli
Yes.

we have added Modify stage and fix this issue.


Thanks
Man