mirror of
https://github.com/apache/superset.git
synced 2026-07-13 02:05:34 +00:00
The comment-handling branch of sanitize_clause re-rendered through the engine dialect, which re-applied the Postgres ROUND/CAST rewrite for any clause containing a comment, reintroducing #36113. Re-render with the base dialect instead so comments are normalized without engine-specific semantic rewrites, and add a parametrized regression test for the comment path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>