]
RH Bugzilla Integration updated TEIID-3974:
-------------------------------------------
Bugzilla References:
MIN and MAX on boolean not supported in Vertica
-----------------------------------------------
Key: TEIID-3974
URL:
https://issues.jboss.org/browse/TEIID-3974
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.12.3
Reporter: Andrej Šmigala
Assignee: Steven Hawkins
Vertica does not support calling MIN and MAX aggregate functions on boolean values,
attempting that fails with
{noformat}
Remote com.vertica.support.exceptions.SyntaxErrorException: [Vertica][VJDBC](3457) ERROR:
Function MIN(boolean) does not exist, or permission is denied for MIN(boolean)
{noformat}