danny0405 commented on code in PR #10860:
URL: https://github.com/apache/hudi/pull/10860#discussion_r1553333535
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/TableFileSystemView.java:
##########
@@ -107,6 +107,14 @@ interface SliceViewWithLatestSlice {
*/
Stream<FileSlice> getLatestFileSlices(String partitionPath);
+ /**
+ * Get the latest file slices for a given partition including the inflight
ones.
+ *
+ * @param partitionPath The partition path of interest
+ * @return Stream of latest {@link FileSlice} in the partition path.
+ */
+ Stream<FileSlice> getLatestFileSlicesIncludingInflight(String
partitionPath);
+
Review Comment:
I didn't see impl for RocksDB fsview, do we need that?
--
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]