mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
Address PR review feedback: - reports/filters.py imported the byte-identical _escape_like from superset.daos.base instead of redefining it, removing a second copy of a security-sensitive escape contract that could drift. - Replace the mock-based wildcard-escaping tests in reports/dao_test.py with real in-memory-session tests in daos/test_report_dao.py, adding the missing find_by_native_filter_id coverage (percent + underscore wildcards) that had no real-session equivalent. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>