You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2022/05/04 17:34:38 UTC

[GitHub] [samza] lakshmi-manasa-g commented on a diff in pull request #1603: SAMZA-2739: Improve SystemStreamPartition key deserializer to not be rigid about ssp having only 3 fields

lakshmi-manasa-g commented on code in PR #1603:
URL: https://github.com/apache/samza/pull/1603#discussion_r865101745


##########
samza-core/src/test/java/org/apache/samza/serializers/model/TestSamzaObjectMapper.java:
##########
@@ -279,6 +279,28 @@ public void testDeserializeSystemStreamPartition() throws IOException {
     assertEquals(ssp, deserSSP);
   }
 
+  @Test
+  public void testSerdeSystemStreamPartitionKey() throws IOException {

Review Comment:
   done. added a new scenario in the unit test.
   



-- 
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: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org