kfaraz commented on code in PR #17776:
URL: https://github.com/apache/druid/pull/17776#discussion_r1981261966
##########
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:
@clintropolis , I have moved the validation to the `PropertiesValidator`.
Thanks for the suggestion!
--
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]