gargvishesh commented on code in PR #16778:
URL: https://github.com/apache/druid/pull/16778#discussion_r1687463765
##########
server/src/main/java/org/apache/druid/segment/indexing/DataSchema.java:
##########
@@ -83,6 +84,7 @@ public DataSchema(
@JsonProperty("metricsSpec") AggregatorFactory[] aggregators,
@JsonProperty("granularitySpec") GranularitySpec granularitySpec,
@JsonProperty("transformSpec") TransformSpec transformSpec,
+ @JsonProperty("hasRolledUpSegments") @Nullable Boolean
hasRolledUpSegments,
Review Comment:
There could be a subset of segments which are rolled-up. So `isRolledUp`
didn't sound right to me.
--
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]