Github user omalley commented on the issue:
https://github.com/apache/orc/pull/41
Deepak,
We got a notice of a new problem from Coverity. Can you look at it?
** CID 173749: Uninitialized members (UNINIT_CTOR)
/c++/src/Reader.cc: 259 in
orc::RowReaderImpl::RowReaderImpl(std::shared_ptr<orc::FileContents>, const
orc::RowReaderOptions &)()
________________________________________________________________________________________________________
*** CID 173749: Uninitialized members (UNINIT_CTOR)
/c++/src/Reader.cc: 259 in
orc::RowReaderImpl::RowReaderImpl(std::shared_ptr<orc::FileContents>, const
orc::RowReaderOptions &)()
253 } else {
254 previousRow = firstRowOfStripe[firstStripe]-1;
255 }
256
257 ColumnSelector column_selector(contents.get());
258 column_selector.updateSelected(selectedColumns, options);
>>> CID 173749: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "rowsInCurrentStripe" is not initialized in
this constructor nor in any functions that it calls.
259 }
260
261 const RowReaderOptions& RowReaderImpl::getRowReaderOptions()
const {
262 return options;
263 }
264
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---