Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/624#issuecomment-127042279
I implemented CatalogStore::getPartitionsByDirectSql which execute a select
statement to CatalogStore for searching right partition directories. But
current tajo testing cluster use MemStore for default CatalogStore and I
couldn't execute the select statement because MemStore just retain all catalog
informations to HashMap. If you want to verify this patch, you can test as
following:
```
mvn clean install -Pparallel-test -DLOG_LEVEL=WARN -Dmaven.fork.count=2
-Dtajo.catalog.store.class=org.apache.tajo.catalog.store.DerbyStore
```
---
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.
---