You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TargetMapper behavior has changed. In the version without a DataFrame, com.nhl.link.move.runtime.task.createorupdate.TargetMapper#map throws an exception with the message like "Invalid key: " if duplicates were in the data source.
But in the version with a DataFrame, we can load duplicates in targed without any error messages.
In addition, even if we delete duplicates from the data source, duplicates will not be deleted from the target.
TargetMapper behavior has changed. In the version without a DataFrame, com.nhl.link.move.runtime.task.createorupdate.TargetMapper#map throws an exception with the message like "Invalid key: " if duplicates were in the data source.
But in the version with a DataFrame, we can load duplicates in targed without any error messages.
In addition, even if we delete duplicates from the data source, duplicates will not be deleted from the target.
link-move/link-move/src/main/java/com/nhl/link/move/runtime/task/createorupdate/TargetMapper.java
Lines 22 to 34 in 124ebe0
The text was updated successfully, but these errors were encountered: