linliu-code commented on code in PR #12804:
URL: https://github.com/apache/hudi/pull/12804#discussion_r1962284469
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/RemoteHoodieTableFileSystemView.java:
##########
@@ -138,21 +136,13 @@ public class RemoteHoodieTableFileSystemView implements
SyncableFileSystemView,
private static final TypeReference<Map<String, List<BaseFileDTO>>>
BASE_FILE_MAP_REFERENCE = new TypeReference<Map<String, List<BaseFileDTO>>>()
{};
private static final TypeReference<Map<String, List<FileSliceDTO>>>
FILE_SLICE_MAP_REFERENCE = new TypeReference<Map<String, List<FileSliceDTO>>>()
{};
- private final String serverHost;
- private final int serverPort;
private final String basePath;
private final HoodieTableMetaClient metaClient;
private HoodieTimeline timeline;
- private final int timeoutMs;
+ private final TimelineServiceClient timelineServiceClient;
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]