[
https://issues.apache.org/jira/browse/ORC-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089839#comment-15089839
]
ASF GitHub Bot commented on ORC-36:
-----------------------------------
Github user asandryh commented on a diff in the pull request:
https://github.com/apache/orc/pull/14#discussion_r49231081
--- Diff: c++/src/TypeImpl.cc ---
@@ -416,7 +416,7 @@ namespace orc {
std::unique_ptr<Type> buildSelectedType(const Type *fileType,
const std::vector<bool>&
selected) {
if (fileType == nullptr || !selected[fileType->getColumnId()]) {
- return nullptr;
+ return std::unique_ptr<Type>();
}
--- End diff --
I have already pulled in this fix.
> create a program that lets developers create ORC files from future versions
> ---------------------------------------------------------------------------
>
> Key: ORC-36
> URL: https://issues.apache.org/jira/browse/ORC-36
> Project: Orc
> Issue Type: Improvement
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
>
> As developers, we want to be able to create ORC files from future versions of
> the tools.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)