LinMingQiang commented on code in PR #6393:
URL: https://github.com/apache/hudi/pull/6393#discussion_r958080326
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/RemoteHoodieTableFileSystemView.java:
##########
@@ -495,4 +496,14 @@ public Option<HoodieBaseFile> getLatestBaseFile(String
partitionPath, String fil
throw new HoodieRemoteException(e);
}
}
+
+ public static Response get(int timeoutMs, String url, RequestMethod method)
throws IOException {
Review Comment:
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]