[
https://issues.apache.org/jira/browse/ARROW-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-7349.
---------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 5993
[https://github.com/apache/arrow/pull/5993]
> [C++] Fix the bug of parsing string hex values
> ----------------------------------------------
>
> Key: ARROW-7349
> URL: https://issues.apache.org/jira/browse/ARROW-7349
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Liya Fan
> Assignee: Liya Fan
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> std::lower_bound returns the end of the search range, when failing to find a
> match.
> The end of the search range is one position after the last valid position. So
> the value in this position is undefined, and we should not reference the
> value here to compare it with the target value.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)