[
https://issues.apache.org/jira/browse/IGNITE-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16470161#comment-16470161
]
Taras Ledkov commented on IGNITE-7535:
--------------------------------------
[~vozerov]
# Root cause of the example failed is the invalid filename quotation. Fixed.
# The proper exception is thrown by Ignite internal parser but when the
property {{IGNITE_SQL_PARSER_DISABLE_H2_FALLBACK}} is not enabled (disabled by
default) the SQL statement pass to H2 parser after internal parser fails.
IMHO this is not valid behavior. If the internal parser start to parse a
statement we have to differ not supported SQL syntax and invalid SQL syntax.
> 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)