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)