You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Shirokov (JIRA)" <ji...@apache.org> on 2018/01/29 17:52:00 UTC

[jira] [Assigned] (IGNITE-7535) SQL COPY command: implement encoding option

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

Kirill Shirokov reassigned IGNITE-7535:
---------------------------------------

    Assignee: Kirill Shirokov

> SQL COPY command: implement encoding option
> -------------------------------------------
>
>                 Key: IGNITE-7535
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7535
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Kirill Shirokov
>            Assignee: Kirill Shirokov
>            Priority: Major
>
> The syntax can be something like:
> {noformat}
> COPY 
>     FROM 'file' [CHARSET <charset-name>]
>     INTO ...
> {noformat}
> CHARSET is optional. By default the encoding is UTF-8.



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