[
https://issues.apache.org/jira/browse/APEXMALHAR-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15584542#comment-15584542
]
Matt Zhang commented on APEXMALHAR-2263:
----------------------------------------
Per our discussion today, we've agreed to change the offset to long. The
suggestion is:
- the probability of customer extension using the protected offset field is
very low.
- if they do, they’ll get compilation error, and as long as we doc it, it's an
easy fix.
- in addition, we will mark AbstractFileInputOperator as @Evolving
> Offsets in AbstractFileInputOperator should be long rather than int
> -------------------------------------------------------------------
>
> Key: APEXMALHAR-2263
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2263
> Project: Apache Apex Malhar
> Issue Type: Bug
> Components: adapters other
> Reporter: Munagala V. Ramanath
> Assignee: Matt Zhang
>
> Offsets in AbstractFileInputOperator use the int type which means files with
> more that (2**31 -1) records will cause overflows and mysterious failures.
> Should be changed to use long.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)