kfaraz commented on code in PR #17776:
URL: https://github.com/apache/druid/pull/17776#discussion_r1980701541


##########
server/src/main/java/org/apache/druid/query/BrokerParallelMergeConfig.java:
##########
@@ -58,20 +65,22 @@ public BrokerParallelMergeConfig(
       @JsonProperty("targetRunTimeMillis") @Nullable Integer 
targetRunTimeMillis,
       @JsonProperty("initialYieldNumRows") @Nullable Integer 
initialYieldNumRows,
       @JsonProperty("smallBatchNumRows") @Nullable Integer smallBatchNumRows,
-      @JacksonInject LegacyBrokerParallelMergeConfig oldConfig
+      @JsonProperty("task") @Nullable LegacyBrokerTaskMergeConfig 
oldTaskConfig,

Review Comment:
   Yeah, that makes sense. I will take a look at these alternatives and update 
here.



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