You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2018/03/28 09:05:00 UTC

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

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

Taras Ledkov commented on IGNITE-7535:
--------------------------------------

[~vozerov], I've done review and cosmetic fixes. Please review the patch. Tests are OK.

> 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
>    Affects Versions: 2.5
>            Reporter: Kirill Shirokov
>            Assignee: Taras Ledkov
>            Priority: Major
>              Labels: sql
>             Fix For: 2.5
>
>
> The syntax can be something like:
> {noformat}
> COPY 
>     ...
>     FORMAT CSV
>         ...
>         [CHARSET "<charset-name>"]
> {noformat}
> CHARSET is optional. By default the encoding is UTF-8.



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