dantrim opened a new issue #11706:
URL: https://github.com/apache/arrow/issues/11706


   Pulling Arrow from Homebrew with `brew install apache-arrow` pulls the 
latest tagged version `6.0.0`.
   
   Compiling with `-Wshadow` (and treating warnings as errors) leads to 
compilation failure. See 
[here](https://github.com/dantrim/parquet-writer/runs/4206718889?check_suite_focus=true#step:7:75).
 
   
   The culprit seems to be a re-declaration of `c_type` inside of the 
`ArrayDataInlineVisitor` struct 
[here](https://github.com/apache/arrow/blob/24acebcb5325c2bd2210cbe80e179250b60df7b1/cpp/src/arrow/visitor_inline.h#L156).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to