[
https://issues.apache.org/jira/browse/TAJO-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534050#comment-14534050
]
Hyunsik Choi commented on TAJO-1591:
------------------------------------
This patch handles storage types as literal string and it seems to be a naive
approach. In the next patch, I'll improve StorageManager and add storage
handler for each storage type. It will remove the parts that tajo-core and
tajo-storage directly handles storage types. They will be addressed in the
storage handler for each specific storage type.
> Change StoreType represented as Enum to String type
> ---------------------------------------------------
>
> Key: TAJO-1591
> URL: https://issues.apache.org/jira/browse/TAJO-1591
> Project: Tajo
> Issue Type: Improvement
> Components: storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
> Attachments: TAJO-1591.patch, TAJO-1591_2.patch
>
>
> StoreType represented as Enum does not allow pluggable storage. So, we need
> to change Enum type to String type.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)