[
https://issues.apache.org/jira/browse/APEXMALHAR-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120775#comment-15120775
]
ASF GitHub Bot commented on APEXMALHAR-1984:
--------------------------------------------
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.
> 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)