-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6.0
-
Component/s: Table SQL / API, Table SQL / Client
-
Labels:
When tried to run query:
select count(distinct name) from (Values ('a'), ('b')) AS NameTable(name)
in sql-client.sh I got:
[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"
- is duplicated by
-
FLINK-10330 Code Compilation failed in local mode
-
- Closed
-
- links to