You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Shimin Yang (JIRA)" <ji...@apache.org> on 2018/09/13 10:56:00 UTC

[jira] [Comment Edited] (FLINK-10166) Dependency problems when executing SQL query in sql-client

    [ https://issues.apache.org/jira/browse/FLINK-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613318#comment-16613318 ] 

Shimin Yang edited comment on FLINK-10166 at 9/13/18 10:55 AM:
---------------------------------------------------------------

Hi [~twalthr]. Well, not many times. Maybe we could add some hint in the log instead of just throwing a exception with message "Table program cannot be compiled. This is a bug. Please file an issue.".


was (Author: dangdangdang):
Hi [~twalthr]. Well, not many times. Maybe we could add some hint in the log instead of throw a exception with message "Table program cannot be compiled. This is a bug. Please file an issue.".

> Dependency problems when executing SQL query in sql-client
> ----------------------------------------------------------
>
>                 Key: FLINK-10166
>                 URL: https://issues.apache.org/jira/browse/FLINK-10166
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>    Affects Versions: 1.6.0
>            Reporter: Dawid Wysakowicz
>            Assignee: Shimin Yang
>            Priority: Blocker
>
> When tried to run query:
> {code}
> select count(distinct name) from (Values ('a'), ('b')) AS NameTable(name)
> {code}
> in {{sql-client.sh}} I got:
> {code}
> [ERROR] Could not execute SQL statement. Reason:
> org.codehaus.commons.compiler.CompileException: Line 43, Column 10: Unknown variable or type "org.apache.commons.codec.binary.Base64"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)