AmatyaAvadhanula commented on PR #16324: URL: https://github.com/apache/druid/pull/16324#issuecomment-2073920900
> I see a legit compaction test case fail: `CompactionTaskTest.testQueryGranularityAndNullSegmentGranularity`. > > It seems that when segment granularity is null, the compaction task automatically determines the segment granularity to use by looking at existing segment intervals even if it's finer than the query granularity, which seems weird? As mentioned in https://github.com/apache/druid/pull/16324#issuecomment-2073780402, I think replacing jobs such as compaction with TIME_CHUNK locking work even when the queryGranularity is coarser than the segmentGranularity. Is this something we want to still support? -- 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]
