Csaba Ringhofer created IMPALA-14173:
----------------------------------------

             Summary: Default value is not working for BINARY columns in Kudu
                 Key: IMPALA-14173
                 URL: https://issues.apache.org/jira/browse/IMPALA-14173
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
            Reporter: Csaba Ringhofer


create table t_binary_default (s string primary key, b binary default "a") 
stored as kudu;
result: AnalysisException: Default value 'a' (type: STRING) is not compatible 
with column 'b' (type: BINARY).




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to