writer-jill commented on code in PR #16509:
URL: https://github.com/apache/druid/pull/16509#discussion_r1619035605


##########
docs/release-info/release-notes.md:
##########
@@ -83,6 +71,24 @@ Additionally, it helps in reducing load on the metadata 
store.
 
 [#16144](https://github.com/apache/druid/pull/16144)
 
+### Grouping on complex columns
+
+Druid now supports grouping on complex columns and nested arrays.
+This means that both native queries and the MSQ task engine can group on 
complex columns and nested arrays while returning results.
+
+Additionally, the MSQ task engine can rollup and sort on the supported complex 
columns, such as JSON columns, during ingestion.

Review Comment:
   Is "roll up" the verb here?



##########
docs/release-info/release-notes.md:
##########
@@ -83,6 +71,24 @@ Additionally, it helps in reducing load on the metadata 
store.
 
 [#16144](https://github.com/apache/druid/pull/16144)
 
+### Grouping on complex columns
+
+Druid now supports grouping on complex columns and nested arrays.
+This means that both native queries and the MSQ task engine can group on 
complex columns and nested arrays while returning results.
+
+Additionally, the MSQ task engine can rollup and sort on the supported complex 
columns, such as JSON columns, during ingestion.
+
+[#16068](https://github.com/apache/druid/pull/16068)
+[#16322](https://github.com/apache/druid/pull/16322)
+
+### Improved groupBy queries
+
+Before realtime segments are pushed to deep storage, they consist of spill 
files.

Review Comment:
   ```suggestion
   Before Druid pushes realtime segments to deep storage, the segments consist 
of spill files.
   ```



##########
docs/release-info/release-notes.md:
##########
@@ -83,6 +71,24 @@ Additionally, it helps in reducing load on the metadata 
store.
 
 [#16144](https://github.com/apache/druid/pull/16144)
 
+### Grouping on complex columns
+
+Druid now supports grouping on complex columns and nested arrays.
+This means that both native queries and the MSQ task engine can group on 
complex columns and nested arrays while returning results.
+
+Additionally, the MSQ task engine can rollup and sort on the supported complex 
columns, such as JSON columns, during ingestion.
+
+[#16068](https://github.com/apache/druid/pull/16068)
+[#16322](https://github.com/apache/druid/pull/16322)
+
+### Improved groupBy queries
+
+Before realtime segments are pushed to deep storage, they consist of spill 
files.
+Segment metrics such as `query/segment/time` now report on per spill file for 
a realtime segment, rather than for the entire segment.

Review Comment:
   "on per" doesn't make sense here. "report per spill file" or "report on each 
spill file"?



##########
docs/release-info/release-notes.md:
##########
@@ -220,6 +226,12 @@ You can now ingest data from multiple storage accounts 
using the new `azureStora
 
 [#15630](https://github.com/apache/druid/pull/15630)
 
+#### Added a new config to `AzureAccountConfig`
+
+The new config `storageAccountEndpointSuffix` lets you configure the endpoint 
suffix to use so that you can override the default and connect to other 
endpoints, such as Azure Government.

Review Comment:
   ```suggestion
   The new config `storageAccountEndpointSuffix` lets you configure the 
endpoint suffix so that you can override the default and connect to other 
endpoints, such as Azure Government.
   ```



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