ektravel commented on code in PR #15960:
URL: https://github.com/apache/druid/pull/15960#discussion_r1504959187
##########
docs/release-info/release-notes.md:
##########
@@ -24,6 +24,20 @@ title: "Release notes"
<!--Replace {{DRUIDVERSION}} with the correct Druid version.-->
+## Druid 29.0.1
+
+Apache Druid 29.0.1 is a patch release that fixes some issues in the Druid
29.0.0 release.
+
+### Bug fixes
+
+* The Druid web console now displays the results of an MSQ query that writes
to an external destination through the
[`EXTERN`](https://druid.apache.org/docs/latest/multi-stage-query/reference#extern-function)
function [#15969](https://github.com/apache/druid/pull/15969)
+* Added type verification for INSERT and REPLACE to validate that strings and
string arrays aren't mixed [#15920](https://github.com/apache/druid/pull/15920)
+* Fixed an issue where the Druid web console generates a Kafka supervisor spec
where `flattenSpec` is in the wrong place, causing it to be ignored
[#15946](https://github.com/apache/druid/pull/15946)
+* Fixed an issue with filters on expression virtual column indexes incorrectly
considering values null in some cases for expressions which translate null
values into not null values [#15959](https://github.com/apache/druid/pull/15959)
+* Fixed an issue where the `arrayIngestMode` value can persist across the SQL
tab in the **Query** console, even if you execute unrelated DML operations
within the same tab [#15927](https://github.com/apache/druid/pull/15927)
Review Comment:
Thank you for the information. I've updated the note.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]