mirror of
https://github.com/apache/superset.git
synced 2026-08-05 21:42:48 +00:00
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>