Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/74#issuecomment-49152988
I removed existIndexByColumn() and getIndexByColumn() from catalog
interface, because indexes can be created not only for columns but also
expressions.
Instead, we need to support an alternative way to find a proper index for
given columns, later.
PostgreSQL also doesn't seem to support the above functions directly. (see
http://stackoverflow.com/questions/2204058/show-which-columns-an-index-is-on-in-postgresql.)
---
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.
---