You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/20 22:29:28 UTC

[GitHub] [arrow] wesm opened a new pull request #7237: PARQUET-1865: [C++] Fix usages of C++17 extensions in parquet/encoding_benchmark.cc

wesm opened a new pull request #7237:
URL: https://github.com/apache/arrow/pull/7237


   Compilation was failing for me with clang-8 with the following warning
   
   ```
   ../src/parquet/encoding_benchmark.cc:286:53: error: static_assert with 
   no message is a C++17 extension [-Werror,-Wc++17-extensions]
     static_assert(sizeof(CType) == sizeof(*raw_values));
   ```


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



[GitHub] [arrow] wesm commented on pull request #7237: PARQUET-1865: [C++] Fix usages of C++17 extensions in parquet/encoding_benchmark.cc

Posted by GitBox <gi...@apache.org>.
wesm commented on pull request #7237:
URL: https://github.com/apache/arrow/pull/7237#issuecomment-631785683


   +1. The CI failure is transient


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



[GitHub] [arrow] wesm closed pull request #7237: PARQUET-1865: [C++] Fix usages of C++17 extensions in parquet/encoding_benchmark.cc

Posted by GitBox <gi...@apache.org>.
wesm closed pull request #7237:
URL: https://github.com/apache/arrow/pull/7237


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #7237: PARQUET-1865: [C++] Fix usages of C++17 extensions in parquet/encoding_benchmark.cc

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7237:
URL: https://github.com/apache/arrow/pull/7237#issuecomment-631763177


   https://issues.apache.org/jira/browse/PARQUET-1865


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