nsivabalan commented on code in PR #14260:
URL: https://github.com/apache/hudi/pull/14260#discussion_r2560432720
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataFileSystemView.java:
##########
@@ -74,17 +74,10 @@ protected List<String> getAllPartitionPaths() throws
IOException {
@Override
protected Map<Pair<String, Path>, FileStatus[]>
listPartitions(List<Pair<String, Path>> partitionPathList) throws IOException {
- Map<String, Pair<String, Path>> absoluteToPairMap =
partitionPathList.stream()
Review Comment:
again, same comment as other. if we can somehow not touch any of core flows
for non unified view, would be better.
--
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]