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

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

Wes McKinney created PARQUET-1865:
-------------------------------------

             Summary: [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


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