docs: update 16004 in 30.0.1 release notes (#17203)

This commit is contained in:
317brian 2024-10-01 11:21:26 -07:00 committed by GitHub
parent 88bb930fab
commit e56d071d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.