[
https://issues.apache.org/jira/browse/TAJO-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848888#comment-13848888
]
Jihoon Son commented on TAJO-327:
---------------------------------
JaeHwa, sorry for my insufficient description.
I meant that the table name would be better to be checked with Set.contains()
instead of iterating each element.
So, how about check with the following code?
{code}
assertTrue(tables.contains(DB_NAME + "." + NATION));
assertTrue(tables.contains(DB_NAME + "." + CUSTOMER));
{code}
> Add testcase to verify TAJO-16
> ------------------------------
>
> Key: TAJO-327
> URL: https://issues.apache.org/jira/browse/TAJO-327
> Project: Tajo
> Issue Type: Sub-task
> Components: catalog
> Affects Versions: 0.8-incubating
> Reporter: JaeHwa Jung
> Assignee: JaeHwa Jung
> Fix For: 0.8-incubating
>
> Attachments: TAJO-327.patch, TAJO-327_2.patch
>
>
> We don't have testcase to verify
> [TAJO-16|https://issues.apache.org/jira/browse/TAJO-16]. So, I'll add one
> here. And I'll use DerbyDB as a Hive Metasore.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)