Murtadha Hubail created ASTERIXDB-1259:
------------------------------------------
Summary: Function calls with returned values in Sqlpp return
unexpected exception
Key: ASTERIXDB-1259
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1259
Project: Apache AsterixDB
Issue Type: Bug
Components: AsterixDB
Reporter: Murtadha Hubail
Assignee: Yingyi Bu
If you execute the following queries, instead of printing the returned function
result, you will get an exception:
drop database test if exists;
create database test;
use test;
create function printName()
{
"AsterixDB Shared nothing parallel BDMS"
}
use test;
select element printName();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)