You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/04/23 02:10:57 UTC

[GitHub] [orc] wgtmac commented on a change in pull request #690: fix orc-scan tool & more tools installed

wgtmac commented on a change in pull request #690:
URL: https://github.com/apache/orc/pull/690#discussion_r618890747



##########
File path: c++/src/OrcHdfsFile.cc
##########
@@ -142,18 +142,20 @@ namespace orc {
         throw ParseError("Buffer is null");
       }
 
+      char* buf_ptr = (char*)buf;

Review comment:
       please use reinterpret_cast




-- 
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.

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