Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.6.0
Description
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"
Attachments
Attachments
Issue Links
- is duplicated by
-
FLINK-10330 Code Compilation failed in local mode
- Closed
- links to