You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "ambition (JIRA)" <ji...@apache.org> on 2018/12/12 02:27:00 UTC

[jira] [Created] (CALCITE-2735) support load data of dml statement

ambition created CALCITE-2735:
---------------------------------

             Summary: support load data of dml statement
                 Key: CALCITE-2735
                 URL: https://issues.apache.org/jira/browse/CALCITE-2735
             Project: Calcite
          Issue Type: Improvement
          Components: server
    Affects Versions: 1.17.0, 1.18.0
            Reporter: ambition
            Assignee: Julian Hyde
             Fix For: 1.18.0


support load data statement, like mysql or apache hive, dml sql is:
{code:java}
LOAD DATA [LOCAL] INFILE 'filepath' [OVERWRITE] INTO TABLE tableName
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)