[
https://issues.apache.org/jira/browse/DRILL-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382741#comment-16382741
]
ASF GitHub Bot commented on DRILL-6202:
---------------------------------------
GitHub user vrozov opened a pull request:
https://github.com/apache/drill/pull/1144
DRILL-6202: Deprecate usage of IndexOutOfBoundsException to re-alloc vectors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrozov/drill DRILL-6202
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1144.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 #1144
----
commit 2af94a07340f9f13aa152822c2c8d37568ab44ab
Author: Vlad Rozov <vrozov@...>
Date: 2018-03-01T17:36:05Z
DRILL-6202: Deprecate usage of IndexOutOfBoundsException to re-alloc vectors
----
> Deprecate usage of IndexOutOfBoundsException to re-alloc vectors
> ----------------------------------------------------------------
>
> Key: DRILL-6202
> URL: https://issues.apache.org/jira/browse/DRILL-6202
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Priority: Major
>
> As bounds checking may be enabled or disabled, using
> IndexOutOfBoundsException to resize vectors is unreliable. It works only when
> bounds checking is enabled.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)