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```.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---