[
https://issues.apache.org/jira/browse/APEXMALHAR-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120853#comment-15120853
]
ASF GitHub Bot commented on APEXMALHAR-1984:
--------------------------------------------
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
> Operators that use Kryo directly would throw exception in local mode
> --------------------------------------------------------------------
>
> Key: APEXMALHAR-1984
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-1984
> Project: Apache Apex Malhar
> Issue Type: Bug
> Reporter: Siyuan Hua
> Assignee: Siyuan Hua
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)