v.1.1.54390Improvement
Added Nullable Support for runningDifference Function
AddedNullablesupport for therunningDifferencefunction (#2594).
Why it matters
This feature allows therunningDifference function to handle columns with Nullable types, enabling calculations on data that may contain null values without errors. It improves the function's robustness and usability when working with incomplete or optional data.How to use it
Use therunningDifference function on columns of Nullable types as usual. The function now natively supports these types, so no additional changes or flags are required.