You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/05/13 02:40:14 UTC

[GitHub] [calcite] ambition119 opened a new pull request #1208: [CALCITE-2735] support load data like mysql or hive statement

ambition119 opened a new pull request #1208: [CALCITE-2735] support load data like mysql or hive statement
URL: https://github.com/apache/calcite/pull/1208
 
 
   Fix [ISSUE #CALCITE-3018](https://issues.apache.org/jira/browse/CALCITE-3018)
   
   support load data statement, like mysql or apache hive, dml sql is:
   ```sql
   LOAD DATA [LOCAL] INFILE 'filePath' [OVERWRITE] INTO TABLE tableName 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services