[
https://issues.apache.org/jira/browse/TAJO-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902281#comment-14902281
]
ASF GitHub Bot commented on TAJO-1868:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/768#issuecomment-142223428
```CreateTableExecutor::getTablespaceHandler()``` still throws
```UndefinedTablespaceException```, but it is not necessary because methods
called ```getTablespaceHandler()``` throws exceptions wrapped by
```TajoRuntimeException```. For the sake of consistency, please remove it.
(But, I'm not sure that throwing exceptions wrapped by
```TajoRuntimeException``` is a good convention.)
In addition, it would be great if you add any tests for
```UndefinedTablespaceHandlerException```.
> 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)