Github user siyuanh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/178#discussion_r51083726
--- 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 --
This method is still necessary, because people may want to use their own
customized Kryo
---
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.
---