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 2020/08/04 16:55:53 UTC

[GitHub] [orc] nikitamikhaylov edited a comment on pull request #517: Fix build with clang-10

nikitamikhaylov edited a comment on pull request #517:
URL: https://github.com/apache/orc/pull/517#issuecomment-668709736


   > I closed this PR because there is no evidence that build is broken in clang-10. Please free free to reopen this with the evidence.
   
   @dongjoon-hyun Here you are: https://gist.github.com/nikitamikhaylov/18e5f22e81a89f701520558a4c39f30d
   
   Do you know C++? :) Every statement is separated by `;` and `;` after `{` means empty statement, which has no effect. 
   And you are using `Apple Clang` - not pure `Clang`. You can install the latter with `brew install llvm`. 
   P.S. I am using Ubuntu 20 with Clang 10


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