techdocsmith commented on code in PR #12774:
URL: https://github.com/apache/druid/pull/12774#discussion_r920598110


##########
docs/ingestion/compaction.md:
##########
@@ -217,7 +217,7 @@ Druid supports two supported `inputSpec` formats:
 |-----|-----------|--------|
 |`segmentGranularity`|Time chunking period for the segment granularity. 
Defaults to 'null', which preserves the original segment granularity. Accepts 
all [Query granularity](../querying/granularities.md) values.|No|
 |`queryGranularity`|The resolution of timestamp storage within each segment. 
Defaults to 'null', which preserves the original query granularity. Accepts all 
[Query granularity](../querying/granularities.md) values.|No|
-|`rollup`|Whether to enable ingestion-time rollup or not. Defaults to 'null', 
which preserves the original setting. Note that once data is rollup, individual 
records can no longer be recovered. |No|
+|`rollup`|Whether to enable ingestion-time rollup or not. Defaults to 'null', 
which preserves the original setting. Once the data is rolled up, you can no 
longer recover individual records. |No|

Review Comment:
   ```suggestion
   |`rollup`|Enable ingestion-time rollup or not. Defaults to 'null', which 
preserves the original setting. Once the data is rolled up, you can no longer 
recover individual records. |No|
   ```
   I know it wasn't part of your change, but I try to avoid "whether". It tends 
to sound wordy. Also I think this should this be compaction-time rollup? cc: 
@maytasm , @vtlim 



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