cameronlee314 commented on a change in pull request #1027: SAMZA-2046: 
Startpoint fan out implementation
URL: https://github.com/apache/samza/pull/1027#discussion_r284434636
 
 

 ##########
 File path: 
samza-core/src/test/java/org/apache/samza/startpoint/TestStartpointSerde.java
 ##########
 @@ -18,45 +18,47 @@
  */
 package org.apache.samza.startpoint;
 
+import java.io.IOException;
+import org.codehaus.jackson.map.ObjectMapper;
 import org.junit.Assert;
 import org.junit.Test;
 
 public class TestStartpointSerde {
 
 Review comment:
   Maybe combine this with the other startpoint object mapper tests, since 
there isn't an actual `StartpointSerde` class anymore.

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


With regards,
Apache Git Services

Reply via email to