Skip to content

Commit

Permalink
Druid 31 release notes updates (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
techdocsmith authored Oct 8, 2024
1 parent ebc5e8c commit 4f4f1ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/release-info/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@ Other changes to the Explore view include the following:
- Added the ability to hide all null columns in the record table
- Added the ability to declare certain parameter values as sticky
- Added the ability to expand a nested column into is constituent paths
- Added the ability to explore on top of an aribtary source query
- Fixed dragging of a VARCHAR column to a measure control
- Fixed filtering on a predefined measure
- Fixed drag over indicator not clearing
- Fixed applying WHERE filter in the grouping table
- Fixed AS "t" was not always added in the grouping table query
- Fixed AGGREGATE function not being evaluated if it was in an ORDER BY

[#17213](https://github.com/apache/druid/pull/17213) [#17225](https://github.com/apache/druid/pull/17225) [#17234](https://github.com/apache/druid/pull/17234)
[#17213](https://github.com/apache/druid/pull/17213) [#17225](https://github.com/apache/druid/pull/17225) [#17234](https://github.com/apache/druid/pull/17234) [#17180](https://github.com/apache/druid/pull/17180)

#### Support Kinesis input format

Expand All @@ -196,6 +197,7 @@ The web console now supports the Kinesis input format.
- You can now display both raw and formatted JSON in tables, making the data easier to read and troubleshoot [#16632](https://github.com/apache/druid/pull/16632)
- You can now configure the maximum number of tasks through a menu [#16991](https://github.com/apache/druid/pull/16991)
- You can now specify the Delta snapshot version in the web console [#17023](https://github.com/apache/druid/pull/17023)
- Added a column for CPU counters in the query stages detail view when they are present. Also added tooltips to expose potentially hidden data like CPU time [#17132](https://github.com/apache/druid/pull/17132)
- Added hooks to customize the workbench view [#16749](https://github.com/apache/druid/pull/16749)
- Added the ability to hide workbench view toolbar in the **Query** view [#16785](https://github.com/apache/druid/pull/16785)
- Added the ability to submit a suspended supervisor using the SQL data loader [#16696](https://github.com/apache/druid/pull/16696)
Expand All @@ -206,12 +208,14 @@ The web console now supports the Kinesis input format.
- Added Delta snapshot version [#17023](https://github.com/apache/druid/pull/17023)
- Added the Delta tile to the data loader for SQL-based batch and classic batch ingestion methods [#17160](https://github.com/apache/druid/pull/17160)
- Improved how the web console detects durable storage [#16493](https://github.com/apache/druid/pull/16493)
- Added a graph visualization to illustrate the flow of query stages [#17135](https://github.com/apache/druid/pull/17135)
- Made the following web console improvements:
- Added titles to action menus
- Improved the query-based ingestion counter calculation
- Removed the filter clause on `__time`
- Fixed scrolling in the `loadRules` editor [#16735](https://github.com/apache/druid/pull/16735)
- Restored the default WHERE filter to auto-generated SQL queries [#16608](https://github.com/apache/druid/pull/16608)
- Updated the Web Console to use array mode by default for schema discovery [#17133](https://github.com/apache/druid/pull/17133)
- Fixed NPE due to null values in numeric columns [#16760](https://github.com/apache/druid/pull/16760)

### Ingestion
Expand Down Expand Up @@ -359,6 +363,7 @@ Added the following fields from the query-based ingestion task report to the res
- Improved query filtering to correctly process cases where both an IN expression and an equality (`=`) filter are applied to the same string value [#16597](https://github.com/apache/druid/pull/16597)
- Improved the speed of SQL IN queries that use the SCALAR_IN_ARRAY function [#16388](https://github.com/apache/druid/pull/16388)
- Improved the ARRAY_TO_MV function to handle cases where an object selector encounters a multi-value string [#17162](https://github.com/apache/druid/pull/17162)
- Improved query filtering so that Druid tries to arrange query filters based on the computational cost of bitmap indexes, prioritizing less expensive filters for computation first. Filters with high compute costs relative to the number of rows they can filter might be omitted. [#17055](https://github.com/apache/druid/pull/17055) [#17125](https://github.com/apache/druid/pull/17125)
- Updated the deserialization of dimensions in GROUP BY queries to operate on all dimensions at once rather than deserializing individual dimensions [#16740](https://github.com/apache/druid/pull/16740)
- Fixed an issue that caused `maxSubqueryBytes` to fail when segments had missing columns [#16619](https://github.com/apache/druid/pull/16619)
- Fixed an issue with the array type selector that caused the array aggregation over window frame to fail [#16653](https://github.com/apache/druid/pull/16653)
Expand Down

0 comments on commit 4f4f1ca

Please sign in to comment.