cryptoe commented on code in PR #15399:
URL: https://github.com/apache/druid/pull/15399#discussion_r1510924516


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/input/table/SegmentsInputSlice.java:
##########
@@ -44,15 +44,18 @@ public class SegmentsInputSlice implements InputSlice
 {
   private final String dataSource;
   private final List<RichSegmentDescriptor> descriptors;
+  private final List<DataServerRequestDescriptor> servedSegments;
 
   @JsonCreator
   public SegmentsInputSlice(
       @JsonProperty("dataSource") String dataSource,
-      @JsonProperty("segments") List<RichSegmentDescriptor> descriptors
+      @JsonProperty("segments") List<RichSegmentDescriptor> descriptors,
+      @JsonProperty("servedSegments") List<DataServerRequestDescriptor> 
servedSegments

Review Comment:
   This should be marked nullable for rolling upgrade cases. 



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