vogievetsky commented on code in PR #15960:
URL: https://github.com/apache/druid/pull/15960#discussion_r1504766561


##########
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:
   This description it not quite correct. All query context parameters are 
persisted until you clear them. This fix simply makes the console only set the 
context parameter `arrayIngestMode: array` if NEEDED (before it will set it on 
every generated query as a "nice to have"). So at best this change mitigates 
the issue, does not fix it.
   
   But that is ok since the `type verification for INSERT and REPLACE` (2nd 
point above) change actually fixes the issue that would have gotten you into 
trouble.
   
   The description here should read:
   
   ```
   * Web console generated queries will only set the context parameter 
`arrayIngestMode` to `array` when the user explicitly opts in to use arrays 
[#15927](https://github.com/apache/druid/pull/15927)
   ```



-- 
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]

Reply via email to