[
https://issues.apache.org/jira/browse/TAJO-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900225#comment-14900225
]
ASF GitHub Bot commented on TAJO-1868:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/768#issuecomment-141881348
Hi @jinossy and @hyunsik, both points look reasonable to me.
Even though we use FileTablespace as the default handler when the handler
is not found, Hadoop's FileSystem implementation will emit an error of ```No
FileSystem for scheme: [uri_scheme]```.
In some sense, this error will be more useful for users than ```tablespace
'/path/to/table' does not exist```.
On the other hand, I'm also concerned with unexpected behaviours due to
some other bugs if we don't handle exceptions about Tablespace by ourselves.
What do you think?
> Allow TablespaceManager::get to return unregistered tablespace
> --------------------------------------------------------------
>
> Key: TAJO-1868
> URL: https://issues.apache.org/jira/browse/TAJO-1868
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> This patch allows TablespaceManager::get() to return unregistered tablespace
> by URI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)