[
https://issues.apache.org/jira/browse/ARROW-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-7349:
----------------------------------
Labels: pull-request-available (was: )
> [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
>
> 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)