You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/12 10:48:58 UTC

[GitHub] [arrow] pitrou opened a new issue, #33629: [C++] Flag const_cast usage when linting

pitrou opened a new issue, #33629:
URL: https://github.com/apache/arrow/issues/33629

   ### Describe the enhancement requested
   
   `const_cast` usage sometimes goes unnoticed when reviewing (it has crept up in the Parquet encryption code, for example).
   
   We should explicitly flag it during linting, so that `const_cast` has to be explicitly allowed where required.
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #33629: [C++] Flag const_cast usage when linting

Posted by GitBox <gi...@apache.org>.
westonpace commented on issue #33629:
URL: https://github.com/apache/arrow/issues/33629#issuecomment-1381070865

   +1


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #33629: [C++] Flag const_cast usage when linting

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #33629:
URL: https://github.com/apache/arrow/issues/33629#issuecomment-1380143337

   @bkietz @westonpace @lidavidm @felipecrv 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org