JNSimba commented on code in PR #320:
URL:
https://github.com/apache/doris-spark-connector/pull/320#discussion_r2139292928
##########
spark-doris-connector/spark-doris-connector-base/src/main/java/org/apache/doris/spark/client/DorisFrontendClient.java:
##########
@@ -345,7 +346,7 @@ public String[] getTableAllColumns(String db, String table)
throws Exception {
return
tableSchema.getProperties().stream().map(Field::getName).toArray(String[]::new);
}
- public List<Backend> getAliveBackends() throws Exception {
+ public List<Backend>getAliveBackends() throws Exception {
Review Comment:
```suggestion
public List<Backend> getAliveBackends() throws Exception {
```
--
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]