[
https://issues.apache.org/jira/browse/FLINK-17965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Li updated FLINK-17965:
---------------------------
Description:
The following DDL runs fine with table api but doesn't work with sql-client:
{code:java}
create table tbl (x int) row format delimited lines terminated by '\n'
{code}
In sql-client, '\' will be escaped and therefore we'll have "\\n", instead of
new line character, as the line terminator.
> Hive dialect doesn't properly handle special character escaping with SQL CLI
> ----------------------------------------------------------------------------
>
> Key: FLINK-17965
> URL: https://issues.apache.org/jira/browse/FLINK-17965
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Reporter: Rui Li
> Priority: Major
>
> The following DDL runs fine with table api but doesn't work with sql-client:
> {code:java}
> create table tbl (x int) row format delimited lines terminated by '\n'
> {code}
> In sql-client, '\' will be escaped and therefore we'll have "\\n", instead of
> new line character, as the line terminator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)