JNSimba commented on code in PR #269: URL: https://github.com/apache/doris-flink-connector/pull/269#discussion_r1426373727
########## flink-doris-connector/src/main/java/org/apache/doris/flink/rest/models/BackendRow.java: ########## @@ -25,44 +25,49 @@ public class BackendRow { @JsonProperty(value = "HttpPort") - private String HttpPort; + private String httpPort; @JsonProperty(value = "IP") - private String IP; + private String ip; @JsonProperty(value = "Alive") - private Boolean Alive; + private Boolean alive; public String getHttpPort() { - return HttpPort; + return httpPort; Review Comment: Will there be a problem if change it to lowercase 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org