Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/192#discussion_r19374757
--- Diff:
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/IndexDesc.java
---
@@ -42,10 +44,11 @@ public IndexDesc() {
this.builder = IndexDescProto.newBuilder();
}
- public IndexDesc(String idxName, String databaseName, String tableName,
Column column,
+ public IndexDesc(String name, Path indexPath, String databaseName,
String tableName, Column column,
--- End diff --
Thanks for your suggestion. Actually, I'm going to extend the
implementation to support the composite index in this issue.
---
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.
---