You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/12/18 02:07:14 UTC

[jira] [Resolved] (TAJO-447) Implement CREATE TABLE IF NOT EXISTS

     [ https://issues.apache.org/jira/browse/TAJO-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi resolved TAJO-447.
-------------------------------
    Resolution: Fixed

This feature was already fixed in another jira.

> Implement CREATE TABLE IF NOT EXISTS
> ------------------------------------
>
>                 Key: TAJO-447
>                 URL: https://issues.apache.org/jira/browse/TAJO-447
>             Project: Tajo
>          Issue Type: New Feature
>          Components: parser, planner/optimizer
>            Reporter: Hyunsik Choi
>            Priority: Minor
>
> {code}
> CREATE TABLE [ IF NOT EXISTS ] table_name ...
> {code}
> This enables CREATE TABLE to create a table only if a given table does not exist. Even though the table already exists, it does not the error 'the table already exists'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)