usingh83 commented on a change in pull request #14531:
URL: https://github.com/apache/beam/pull/14531#discussion_r626068383



##########
File path: examples/twitter-beam-java/src/main/java/ReadFromTweeterDoFn.java
##########
@@ -0,0 +1,76 @@
+import org.apache.beam.sdk.io.range.OffsetRange;
+import org.apache.beam.sdk.transforms.DoFn;
+import org.apache.beam.sdk.transforms.splittabledofn.RestrictionTracker;
+import org.apache.beam.sdk.transforms.splittabledofn.SplitResult;
+import org.joda.time.Duration;
+import org.joda.time.Instant;
+import twitter4j.Status;
+
+import java.io.IOException;
+import java.io.Serializable;
+import java.util.concurrent.BlockingQueue;
+
[email protected]
+final class ReadFromTweeterDoFn extends DoFn<String, String> {

Review comment:
       Tried to do this, please review.




-- 
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]


Reply via email to