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

[jira] [Created] (APEXMALHAR-2490) Change use of empty byte array to null while creating Slice object in TimeBasedDedupOperator

Ajay Gupta created APEXMALHAR-2490:
--------------------------------------

             Summary: Change use of empty byte array to null while creating Slice object in TimeBasedDedupOperator
                 Key: APEXMALHAR-2490
                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2490
             Project: Apache Apex Malhar
          Issue Type: Bug
            Reporter: Ajay Gupta
            Assignee: Ajay Gupta
            Priority: Minor


An empty Slice object is to be represented using null array. Use of byte[0] throws IllegalArgumentException if the Slice is reconstructed using a different constructor Slice(byte[], int offset, int length). 
This JIRA is to update the use of byte[0] to null in TimeBasedDedupOperator.



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