Yang, Yongfeng created TRAFODION-3024:
-----------------------------------------
Summary: function lower() return null for varchar column when
pcode is disabled.
Key: TRAFODION-3024
URL: https://issues.apache.org/jira/browse/TRAFODION-3024
Project: Apache Trafodion
Issue Type: Bug
Components: sql-general
Reporter: Yang, Yongfeng
Assignee: Yang, Yongfeng
Fix For: any
create table d1(c1 char(10), c2 varchar(10));
insert into t1 values('sdf', 'abc'),('CDE','EFG');
cqd pcode_opt_level 'off';
>>select lower(c2) from d1;
(EXPR)
----------
--- 2 row(s) selected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)