[
https://issues.apache.org/jira/browse/FLINK-17965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Li updated FLINK-17965:
---------------------------
Fix Version/s: 1.11.0
> 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: Blocker
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> 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)