diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 71c3f70d97..78f9bbf590 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +- PyPika: Fixed "split" step with Google Big Query backend: If provided, the delimiter is now passed wrapped in single quotes. + Also, empty strings are returned rather than null values, for consistency with other backends +- PyPika: Fixed "split" step with Athena backend: empty strings are returned rather than null values, for consistency with other backends + + ## [0.25.2] - 2022-09-27 - Fixed "matches" operator behaviour of the IfThenElse step in case the column the condition applies to contains NA values