[ https://issues.apache.org/jira/browse/MNEMONIC-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16189296#comment-16189296 ]
ASF GitHub Bot commented on MNEMONIC-321: ----------------------------------------- Github user bigdata-memory commented on a diff in the pull request: https://github.com/apache/incubator-mnemonic/pull/73#discussion_r142317878 --- Diff: mnemonic-computing-services/mnemonic-utilities-service/src/main/java/org/apache/mnemonic/service/computing/internal/SortServiceImpl.java --- @@ -54,6 +54,11 @@ public String getServiceId() { return ret; } + @Override + public long[] perform(String mode, ValueInfo[] valinfos, long dcHandler, long dcSize) { + return null; --- End diff -- ditto. please > Implement Java method for durable object vectorization > ------------------------------------------------------ > > Key: MNEMONIC-321 > URL: https://issues.apache.org/jira/browse/MNEMONIC-321 > Project: Mnemonic > Issue Type: Improvement > Components: Computing-Service > Affects Versions: 0.9.0-incubating > Reporter: Yanhui Zhao > Assignee: Yanhui Zhao > > This is one of the sub-tasks under MNEMONIC issue 307 durable object > vectorization. This sub-task focuses on the implementation of the Java method > for durable object vectorization. -- This message was sent by Atlassian JIRA (v6.4.14#64029)