Hi, Any reason why GROUP_CONCAT function is unsupported? Please find below code snippet from ignite-indexing module:
class file:
GridSqlAggregateFunction
line no: 84
switch (type) {
case GROUP_CONCAT:
throw new UnsupportedOperationException();
Regards.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/GROUP-CONCAT-function-is-unsupported-tp10757.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
