Github user dongjinleekr commented on the issue:
https://github.com/apache/tajo/pull/1045
Add to this, I have another question: is there any reason you separated
CreateTableExecutor from DDLExecutor? For all DDL operations except 'Create
Table' are executed in DDLExecutor, which invokes RPC operations via
CatalogService object. However, 'Create Table' operation is executed in an
indirect way, via CreateTableExecutor. I thought there must be some design
intention or development history I don't know. If it's no inconvenience to you,
I would like to know.
---
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.
---