Owen O'Malley created ORC-448:
---------------------------------
Summary: Fix centos6 compilation "error: converting ‘false’ to
pointer type"
Key: ORC-448
URL: https://issues.apache.org/jira/browse/ORC-448
Project: ORC
Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley
The master branch has some new code that fails to compile on centos6.
{code:java}
/root/orc/c++/test/TestDictionaryEncoding.cc: In function ‘void
orc::testStringDictionary(bool, double)’:
/root/orc/c++/test/TestDictionaryEncoding.cc:107: error: converting ‘false’ to
pointer type for argument 1 of ‘char
testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’
....
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)