You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/20 08:22:27 UTC

[jira] [Commented] (TAJO-1653) Add 'INSERT INTO VALUES' statement for OLTP-like storages

    [ https://issues.apache.org/jira/browse/TAJO-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964630#comment-14964630 ] 

ASF GitHub Bot commented on TAJO-1653:
--------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/832

    TAJO-1653: Add 'INSERT INTO VALUES' statement for OLTP-like storages.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1653

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/832.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #832
    
----
commit 49484fecbb959f1c94814a8dd040f49c673fbef2
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-10-20T06:20:56Z

    TAJO-1653: Add 'INSERT INTO VALUES' statement for OLTP-like storages.

----


> Add 'INSERT INTO VALUES' statement for OLTP-like storages
> ---------------------------------------------------------
>
>                 Key: TAJO-1653
>                 URL: https://issues.apache.org/jira/browse/TAJO-1653
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Catalog, Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.12.0
>
>
> JDBC-based storage and NoSQL systems provide insertion or put feature. We also need to support {{INSERT INTO VALUES}} statement for them, allowing users to instantly put data onto these storages in Tajo.



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