[
https://issues.apache.org/jira/browse/FLINK-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613151#comment-16613151
]
Timo Walther commented on FLINK-10166:
--------------------------------------
[~dangdangdang] can you check where and how many time \{{commons-codec}} is
used? I think we use much more than just base64 functionality. If it is not too
much effort, we should try to get rid of this dependency. Otherwise we should
relocate it to avoid dependency conflicts.
> 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 & 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)