From e56d071d95c318580c057fe2e735904071b47078 Mon Sep 17 00:00:00 2001 From: 317brian <53799971+317brian@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:21:26 -0700 Subject: [PATCH] docs: update 16004 in 30.0.1 release notes (#17203) --- docs/release-info/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-info/release-notes.md b/docs/release-info/release-notes.md index 7197b672cfb..7595fa0ae80 100644 --- a/docs/release-info/release-notes.md +++ b/docs/release-info/release-notes.md @@ -694,7 +694,7 @@ Changed the upload buffer size in `GoogleTaskLogs` to 1 MB instead of 15 MB to a #### Changes to `targetDataSource` in EXPLAIN queries -Druid 30.0.0 includes a breaking change that restores the behavior for `targetDataSource` to its 28.0.0 and earlier state, different from Druid 29.0.0 and only 29.0.0. In 29.0.0, `targetDataSource` returns a JSON object that includes the datasource name. In all other versions, `targetDataSource` returns a string containing the name of the datasource. +Druid 29.0.1 included a breaking change that restores the behavior for `targetDataSource` to its 28.0.0 and earlier state, different from Druid 29.0.0 and only 29.0.0. In 29.0.0, `targetDataSource` returns a JSON object that includes the datasource name. In all other versions, `targetDataSource` returns a string containing the name of the datasource. If you're upgrading from any version other than 29.0.0, there is no change in behavior.