Hans Zeller created TRAFODION-3177:
--------------------------------------
Summary: Error when selecting count(*) from event_log_reader UDF
Key: TRAFODION-3177
URL: https://issues.apache.org/jira/browse/TRAFODION-3177
Project: Apache Trafodion
Issue Type: Bug
Components: sql-general
Affects Versions: 2.1-incubating
Reporter: Hans Zeller
Assignee: Hans Zeller
Fix For: 2.4
When selecting no columns from the event_log_reader UDF, like in a select
count(*), I am getting the following error:
{quote}>>prepare s from select count(*) from udf(event_log_reader());
*** ERROR[11252] Trying to access column number 11 but column list has only 10
elements (SQLSTATE 38900)
{quote}
This is the same for both the predefined UDF or the one in schema "_LIBMGR_".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)