You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
I'm attempting to use this with a local 0.54.5 cluster (latest in docker) and getting the error SQLActionException[unknown function: upper(string)]. Is this a function that isn't available until a newer version?
The text was updated successfully, but these errors were encountered:
After removing the one use of upper() in src/crate/top/models.py ctop appears to work fine. I can see that this ends up making the Job Logging unable to group different cases of statements (SELECT vs select) but it makes it work on 0.54.5 at least.
hi @reversefold
yes, upper() is only available from 0.55. I will provide the compatibility fix for 0.54, but as you said, it won't distinguish between SELECT and select then.
I'm attempting to use this with a local 0.54.5 cluster (latest in docker) and getting the error
SQLActionException[unknown function: upper(string)]
. Is this a function that isn't available until a newer version?The text was updated successfully, but these errors were encountered: