Strange query error with 'trac%'

JPan
New Contributor III

Hi All,

I've encountered what seems like a very specific bug. 

For some reason, running a query with the following where clause results in an execution error.

where lower(organization_name) like '%trac%'

There's no execution error when trying "tra" and it works with any other 4th letter in the string (trab, trad, traf, etc). It also doesn't work with any string longer than "trac" like "tracksuit" does not work either.

See a video of testing the error attached. Also error output log is attached.

We're on serverless compute, so this seems like a bug? Wondering if anyone has any thoughts