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


##########
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`|Set the value to `true` to enable compaction-time rollup. Once the 
data is rolled up, you can no longer recover individual records. Defaults to 
'null', which preserves the original setting.|No|

Review Comment:
   Creating a new section to explain what happens when a user enables rollup is 
out of scope for this ticket. We can address it on a separate ticket. 



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