gargvishesh commented on code in PR #16778:
URL: https://github.com/apache/druid/pull/16778#discussion_r1687477999
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java:
##########
@@ -671,7 +671,10 @@ private static DataSchema createDataSchema(
finalDimensionsSpec,
finalMetricsSpec,
uniformGranularitySpec,
- transformSpec == null ? null : new
TransformSpec(transformSpec.getFilter(), null)
+ transformSpec == null ? null : new
TransformSpec(transformSpec.getFilter(), null),
+ existingSegmentAnalyzer.getHasRolledUpSegments(),
+ null,
+ null
Review Comment:
It was passed as `null` even earlier, so this is just refactoring. But if
you think we should still pass non-null -- which does make sense -- then I can
update it.
--
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]