vtlim commented on code in PR #12946:
URL: https://github.com/apache/druid/pull/12946#discussion_r957876936


##########
docs/querying/nested-columns.md:
##########
@@ -0,0 +1,503 @@
+---
+id: nested-columns
+title: "Nested columns"
+sidebar_label: Nested columns
+---
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+> Nested columns is an experimental feature available starting in Apache Druid 
24.0. Like most experimental features, functionality documented on this page is 
subject to change in future releases. However, the COMPLEX column type includes 
versioning to provide backward compatible support in future releases. We 
strongly encourage you you experiment with nested columns in your development 
environment to evaluate that they meet your use case. If so, you can use them 
in production scenarios. Review the release notes and this page to stay up to 
date with changes.
+
+Apache Druid supports directly storing nested data structures in 
`COMPLEX<json>` columns. `COMPLEX<json>` columns store a copy of the structured 
data in JSON format, and specialized internal columns and indexes for nested 
'literal' values&mdash;STRING, LONG, and DOUBLE types. An optimized [virtual 
column](./virtual-columns.md#nested-field-virtual-column) allows Druid to read 
and filter these values at speeds consistent with standard Druid LONG, DOUBLE, 
and STRING columns.

Review Comment:
   ```suggestion
   Apache Druid supports directly storing nested data structures in 
`COMPLEX<json>` columns. `COMPLEX<json>` columns store a copy of the structured 
data in JSON format and specialized internal columns and indexes for nested 
literal values&mdash;STRING, LONG, and DOUBLE types. An optimized [virtual 
column](./virtual-columns.md#nested-field-virtual-column) allows Druid to read 
and filter these values at speeds consistent with standard Druid LONG, DOUBLE, 
and STRING columns.
   ```
   Suggest removing comma since these aren't two independent clauses, and 
suggest removing `'` from literal



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