From 18d3d5b60521ff5b5dfa48685e321b02e4df83ed Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 3 Oct 2022 16:51:35 +0200 Subject: [PATCH] doc: updated changelog Signed-off-by: Luka Peschke --- server/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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