[Bug]: MLTransform drops elements if they are already transformed before. #29600
Closed
1 of 16 tasks
Labels
awaiting triage
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
Milestone
What happened?
When duplicate elements are present in the input PColl, the MLTransform will only output the elements once and drops the remaining duplicate transformed elements. This is not an expected behavior.
Note: MLTransform is intended to be an experimental feature in
2.50.0
to2.52.0
and this bug suggests not to use MLTransform with those versions if your data have identical elements.For 2.53.0, the fix will be introduced in PR #29542
Simple repro:
Expected output
Actual output
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: