sixtus opened a new issue #8830: queryGranularity is hard coded in compaction 
task
URL: https://github.com/apache/incubator-druid/issues/8830
 
 
   
https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java#L593
   
   I am migrating from hadoop compaction to native compaction and just noticed 
I can't change the granularity (we use this to keep 2 days at minute and then 
switch to hour).
   
   Is there any reason to hard coded it? Or is it safe to make that a config 
option similar to `segmentGranularity`? If the later, I can do a PR. Just 
trying to make sure, I am not running into a trap.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to