[
https://issues.apache.org/jira/browse/TAJO-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaehwa Jung resolved TAJO-1648.
-------------------------------
Resolution: Later
Fix Version/s: (was: 0.10.2)
(was: 0.11.0)
When I tried to set derby with in-memory option, some test cases have failed
because of TajoTestingCluster. It is a static variable and it drives
CatalogStore change affect to existing test cases. To fix this issue, we need
to put more effort.
> Apply In-memory database using derby to test cases
> --------------------------------------------------
>
> Key: TAJO-1648
> URL: https://issues.apache.org/jira/browse/TAJO-1648
> Project: Tajo
> Issue Type: Improvement
> Components: catalog
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
>
> Currently, Tajo built-in testing cluster start up MemStore. But MemStore
> isn't based on database. So if we write complex query for some catalog
> method, MemStore would be difficult to adapt the query. So, we need to
> consider apply DerbyStore instead of MemStore for the testing cluster. I
> think it would be more useful compare than file based database using derby.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)