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?
---
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.
---