wangxianghu commented on a change in pull request #1727:
URL: https://github.com/apache/hudi/pull/1727#discussion_r444315593
##########
File path:
hudi-client/hudi-client-spark/src/main/java/org/apache/hudi/client/HoodieSparkWriteClient.java
##########
@@ -481,6 +585,11 @@ public void close() {
super.close();
}
+ @Override
+ public void startEmbeddedServerView() {
+
+ }
Review comment:
> missing implement and would reuse code in SparkCompactionAdminClient.
done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]