I have string aggregation mal function with this definition:

function group_concat(b:bat[:str],s:bat[:str]):str;

It was working fine on Dec 2016-SP3, however we upgraded to Jul 2017-SP1 and now function is returning clob datatype.

I looked at Changelog and code changes and couldn't find anything that would explain this.
Is it feature or bug?

Gatis