[
https://issues.apache.org/jira/browse/APEXMALHAR-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582834#comment-15582834
]
ASF GitHub Bot commented on APEXMALHAR-2263:
--------------------------------------------
GitHub user mattqzhang opened a pull request:
https://github.com/apache/apex-malhar/pull/456
APEXMALHAR-2263 change offset in AbstractFileInputOperator from int t…
@PramodSSImmaneni Please review it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattqzhang/apex-malhar APEXMALHAR-2263
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/456.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #456
----
commit 640c9da6123d23be989c379a5d602b66318342c5
Author: Matt Zhang <[email protected]>
Date: 2016-10-14T23:06:04Z
APEXMALHAR-2263 change offset in AbstractFileInputOperator from int to long
----
> 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)