the-other-tim-brown commented on code in PR #13803:
URL: https://github.com/apache/hudi/pull/13803#discussion_r2323698264
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -499,10 +502,11 @@ private Stream<HoodieBaseFile>
convertFileStatusesToBaseFiles(List<StoragePathIn
* @param pathInfoList List of StoragePathInfo
*/
private Stream<HoodieLogFile>
convertFileStatusesToLogFiles(List<StoragePathInfo> pathInfoList) {
Review Comment:
Do we call this method even when the table is CoW? If so, we could short
circuit this and return an empty stream
--
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]