You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Vlad Rozov (JIRA)" <ji...@apache.org> on 2017/05/25 05:37:04 UTC

[jira] [Updated] (APEXMALHAR-2492) Correct usage of empty Slice in Malhar Library

     [ https://issues.apache.org/jira/browse/APEXMALHAR-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlad Rozov updated APEXMALHAR-2492:
-----------------------------------
    Priority: Minor  (was: Major)

> Correct usage of empty Slice in Malhar Library
> ----------------------------------------------
>
>                 Key: APEXMALHAR-2492
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2492
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Ajay Gupta
>            Assignee: Ajay Gupta
>            Priority: Minor
>
> In netlet, there are two constructors to create a Slice.
> Slice(byte[] arr) 
> and Slice(byte[] arr, long offset, long length)
> To create an empty slice, we need to pass the byte[] as null. TimeBasedDedupOperator uses byte[0] for the same which needs to be changed.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)