Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.3
-
None
Description
The current implementation of ApplyInPandasWithStatePythonRunner cannot deal with outputs where the first column of the row is null, as it cannot distinguish the case where the column is null, or the field is filled as the number of data records are smaller than state records. It causes incorrect results for the former case.