[ 
https://issues.apache.org/jira/browse/ARROW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361558#comment-16361558
 ] 

ASF GitHub Bot commented on ARROW-2117:
---------------------------------------

wesm commented on a change in pull request #1597: ARROW-2117: [C++] Update 
codebase / CI toolchain for clang 5.0
URL: https://github.com/apache/arrow/pull/1597#discussion_r167712102
 
 

 ##########
 File path: cpp/src/arrow/array-test.cc
 ##########
 @@ -1287,7 +1288,7 @@ TEST_F(TestFWBinaryArray, Builder) {
 
   std::shared_ptr<Array> result;
 
-  auto CheckResult = [&length, &is_valid, &raw_data, byte_width](const Array& 
result) {
+  auto CheckResult = [&length, &is_valid, &raw_data](const Array& result) {
 
 Review comment:
   TIL you can reference local `constexpr` values inside lambdas without 
declaring in the capture clause

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [C++] Pin clang to version 5.0
> ------------------------------
>
>                 Key: ARROW-2117
>                 URL: https://issues.apache.org/jira/browse/ARROW-2117
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.9.0
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>            Priority: Major
>              Labels: pull-request-available
>
> Let's do this after the next release.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to