[
https://issues.apache.org/jira/browse/TAJO-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053352#comment-14053352
]
ASF GitHub Bot commented on TAJO-911:
-------------------------------------
Github user charsyam commented on the pull request:
https://github.com/apache/tajo/pull/59#issuecomment-48141804
@hyunsik I just test it in my local system.
I just changed TestCatalog.java to use MariaDB Driver.
ant it made Tables well.
after test. TestCatalog made below tables;
MariaDB [tajo]> show tables;
+-------------------+
| Tables_in_tajo |
+-------------------+
| COLUMNS |
| DATABASES_ |
| INDEXES |
| META |
| OPTIONS |
| PARTITIONS |
| PARTITION_METHODS |
| STATS |
| TABLES |
| TABLESPACES |
+-------------------+
MariaDB [tajo]> select * from DATABASES_;
+-------+---------+----------+
| DB_ID | DB_NAME | SPACE_ID |
+-------+---------+----------+
| 1 | default | 1 |
| 20 | tmpdb3 | 1 |
| 21 | tmpdb4 | 1 |
+-------+---------+----------+
> Refactoring Mysql/Maria Catalog Store
> -------------------------------------
>
> Key: TAJO-911
> URL: https://issues.apache.org/jira/browse/TAJO-911
> Project: Tajo
> Issue Type: Improvement
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
>
> MysqlStore and MariaDBStore are almost same.
> so, it is better to make one parent class.
--
This message was sent by Atlassian JIRA
(v6.2#6252)