You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/20 22:30:00 UTC

[jira] [Updated] (PARQUET-1865) [C++] Failure from C++17 feature used in parquet/encoding_benchmark.cc

     [ https://issues.apache.org/jira/browse/PARQUET-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated PARQUET-1865:
------------------------------------
    Labels: pull-request-available  (was: )

> [C++] Failure from C++17 feature used in parquet/encoding_benchmark.cc
> ----------------------------------------------------------------------
>
>                 Key: PARQUET-1865
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1865
>             Project: Parquet
>          Issue Type: Bug
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> ir/encoding_benchmark.cc.o -c ../src/parquet/encoding_benchmark.cc
> ../src/parquet/encoding_benchmark.cc:242:53: error: static_assert with no message is a C++17 extension [-Werror,-Wc++17-extensions]
>   static_assert(sizeof(CType) == sizeof(*raw_values));
>                                                     ^
>                                                     , ""
> ../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));
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)