[
https://issues.apache.org/jira/browse/TAJO-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970458#comment-14970458
]
ASF GitHub Bot commented on TAJO-1653:
--------------------------------------
Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/832#discussion_r42833830
--- Diff:
tajo-sql-parser/src/main/antlr4/org/apache/tajo/parser/sql/SQLParser.g4 ---
@@ -951,7 +951,7 @@ parenthesized_boolean_value_expression
/*
===============================================================================
- 7.2 <row value expression>
+ 7.2 <row value expression> (p293)
--- End diff --
Would you explain what ```p293``` means?
> 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)