rusackas commented on PR #41804: URL: https://github.com/apache/superset/pull/41804#issuecomment-5007421835
@yousoph confirmed against a live Postgres UUID column: raw `id ILIKE '%x%'` throws `operator does not exist: uuid ~~* unknown`, and `CAST(id AS VARCHAR) ILIKE '%x%'` (what this PR generates) returns the row fine. Didn't have a ClickHouse instance handy to check there too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
