Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/273#issuecomment-67281145
I also agree that virtual table is good approach to us.
The first trial is to make this work closer to 'information schema', even
through the details are different to the standard specification of 'information
schema'.
In this sense, I'd like to suggest as follows:
* All names of databases and tables should be lower cases.
* database name 'SYSTEM' to 'information_schema'
* SYSTEM.DATABASE_ should be 'information_schema.databases'
I'll also leave more comments soon.
---
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.
---