Jackie-Jiang commented on code in PR #13950:
URL: https://github.com/apache/pinot/pull/13950#discussion_r1750761802
##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotLeadControllerRestletResource.java:
##########
@@ -211,12 +212,16 @@ public List<String> getTableNames() {
@JsonIgnoreProperties(ignoreUnknown = true)
public static class LeadControllerResponse {
+ @JsonProperty("isLeadControllerResourceEnabled")
Review Comment:
Can you verify if it should be `leadControllerResourceEnabled` or
`isLeadControllerResourceEnabled`?
A JSON ser/de test will be very helpful to verify this and prevent breaking
it in the future
--
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]