Files
superset2/tests
Claude Code 25f955cb6f test(metadb): pin SUPERSET_META_DB_LIMIT dropping join matches
Closes #36304

SUPERSET_META_DB_LIMIT is applied to each underlying table
independently, before the in-memory join runs. A row that has a
genuine match on the other side of the join but falls past the
per-table limit is silently dropped from the join result, with no
error or truncation warning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-29 17:51:00 -07:00
..