Closed AndreasTA-AW closed 2 years ago
Thanks!
Still getting
kotlin.NotImplementedError: An operation is not implemented.
at io.trino.sql.SqlToSegmentation.processWhereExpression(SqlToSegmentation.kt:454)
FROM SELECT
"ta_1"."some_boolean" "ca_1",
count("ta_1"."total_orders") "ca_2"
FROM "metriql"."public"."model_proj_model" "ta_1"
WHERE LOWER("ta_1"."some_string_col") = 'it'
GROUP BY "ta_1"."some_boolean"
LIMIT 5000
I guess it's the LOWER it's still complaining about.
Currently it seems LOWER and UPPER is not implemented. BI Tools really on this functionality at least in the WHERE clauses.