kennknowles commented on a change in pull request #13118:
URL: https://github.com/apache/beam/pull/13118#discussion_r509018684
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollectionViews.java
##########
@@ -1403,4 +1427,55 @@ public int size() {
};
}
}
+
+ public static <InputT, ViewT> PCollectionView<ViewT> findPCollectionView(
Review comment:
Yea. This is actually a simplified version of something that exists in
`DataflowRunner.java`. I did not want to risk the stability of this change by
also altering it there, but they should be merged.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]