[
https://issues.apache.org/jira/browse/TAJO-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176609#comment-14176609
]
ASF GitHub Bot commented on TAJO-235:
-------------------------------------
Github user jinossy commented on the pull request:
https://github.com/apache/tajo/pull/154#issuecomment-59684426
Thank you for your quick update.
I ran unit test twice. first was successfully but second is failure
Additionally, dropBaseTable() does not work. Maybe deletion table is
incorrectly ordered.
Thanks
```
java.lang.IllegalArgumentException: createTable() requires a qualified
table name, but it is "mynewcooltable".
at
org.apache.tajo.catalog.CatalogUtil.splitFQTableName(CatalogUtil.java:182)
at
org.apache.tajo.catalog.AbstractCatalogClient.dropTable(AbstractCatalogClient.java:365)
at org.apache.tajo.catalog.TestCatalog.setUp(TestCatalog.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74)
at
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211)
at
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
```
> Support Oracle CatalogStore
> ---------------------------
>
> Key: TAJO-235
> URL: https://issues.apache.org/jira/browse/TAJO-235
> Project: Tajo
> Issue Type: New Feature
> Components: catalog
> Reporter: Jinho Kim
> Assignee: Jihun Kang
> Priority: Minor
> Labels: newbie
> Fix For: 0.9.1
>
>
> Like TAJO-179, we need to support oracle catalog store.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)