You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2017/08/14 08:41:01 UTC

[jira] [Created] (FLINK-7441) Double quote string literals is not supported in Table API and SQL

Jark Wu created FLINK-7441:
------------------------------

             Summary: Double quote string literals is not supported in Table API and SQL
                 Key: FLINK-7441
                 URL: https://issues.apache.org/jira/browse/FLINK-7441
             Project: Flink
          Issue Type: Bug
          Components: Table API & SQL
            Reporter: Jark Wu
            Assignee: Jark Wu


Code generation doesn't handle double quote string literals and some control characters which leads to compile error.

{code}
Caused by: org.codehaus.commons.compiler.CompileException: Line 50, Column 48: Expression "hello" is not an rvalue
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)