mirror of
https://github.com/apache/superset.git
synced 2026-07-09 08:15:49 +00:00
Addresses #36304. The Superset meta database applies SUPERSET_META_DB_LIMIT (default 1000) to each underlying table before the in-memory join runs, so a join over tables larger than the limit can silently return incomplete or empty results. Document this caveat near the existing SUPERSET_META_DB_LIMIT prose. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>