[
https://issues.apache.org/jira/browse/FLINK-17965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17132967#comment-17132967
]
Jingsong Lee edited comment on FLINK-17965 at 6/11/20, 6:51 AM:
----------------------------------------------------------------
master: c9488eb8a53a07ea9541c6a2c00e196e90274320
release-1.11: 820b662b94f8362ce829fc237fd413d033f492d1
was (Author: lzljs3620320):
master: 6f06e3df84a733dd75c8e273fb1e395d905a2e5c
release-1.11: 2d0b4473f3f73b3d43c38bfe5d30bc1421aead41
> 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
> Assignee: 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)