[
https://issues.apache.org/jira/browse/ORC-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995296#comment-15995296
]
ASF GitHub Bot commented on ORC-183:
------------------------------------
Github user wgtmac commented on a diff in the pull request:
https://github.com/apache/orc/pull/115#discussion_r114607793
--- Diff: c++/src/TypeImpl.cc ---
@@ -491,4 +491,190 @@ namespace orc {
return std::unique_ptr<Type>(result);
}
+ Type * Type::buildTypeFromString(const std::string& input) {
--- End diff --
Make sense. I will do the refactoring soon.
> [C++] Add a method in Type to build type from string
> ----------------------------------------------------
>
> Key: ORC-183
> URL: https://issues.apache.org/jira/browse/ORC-183
> Project: ORC
> Issue Type: Sub-task
> Components: C++
> Reporter: Gang Wu
> Assignee: Gang Wu
>
> Currently Type class only supports building type like a container. It will be
> much easier to create type from a string.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)