Github user vrozov commented on a diff in the pull request:

    
https://github.com/apache/incubator-apex-malhar/pull/178#discussion_r51081000
  
    --- Diff: 
library/src/test/java/com/datatorrent/lib/appdata/datastructs/DimensionalTableTest.java
 ---
    @@ -38,7 +38,7 @@ public void serializabilityTest() throws Exception
       {
         DimensionalTable<Integer> table = createTestTable();
     
    -    TestUtils.clone(new Kryo(), table);
    +    KryoCloneUtils.cloneByKryo(new Kryo(), table);
    --- End diff --
    
    IMO, should use `KryoCloneUtils.cloneByKryo(table);`and possible remove 
Kryo import.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to