Files
superset2/tests
Evan d84ebe4ff0 fix: dedupe LIKE cast condition, tighten UUID type match, assert on Cast node
Merge the LIKE/ILIKE and NOT LIKE/NOT ILIKE branches so the cast condition
is computed once, match the native UUID type on a whole word instead of a
bare substring, and assert on the SQLAlchemy Cast node instead of the
literal "CAST" string so the test isn't tied to a particular dialect's
rendering.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 03:52:52 -07:00
..