chamikaramj commented on a change in pull request #15353:
URL: https://github.com/apache/beam/pull/15353#discussion_r705676874
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/io/fs/MatchResult.java
##########
@@ -117,6 +117,7 @@ public static MatchResult unknown() {
public static Builder builder() {
return new AutoValue_MatchResult_Metadata.Builder()
+ .setIsReadSeekEfficient(false)
Review comment:
I assume this is just keeping existing behavior.
--
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]