docs: standardize fanout terminology (#218)

This commit is contained in:
Luca Martial 2026-05-25 11:09:33 -04:00 committed by GitHub
parent 4827437f3a
commit 924868841d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 66 additions and 66 deletions

View file

@ -89,10 +89,10 @@ class TestCrossSourceM2O:
class TestFanOut:
"""Test 3: Fan-out (aggregate locality)."""
"""Test 3: Fanout (aggregate locality)."""
def test_orders_by_region_no_fanout(self, planner, generator, ecommerce_sources):
"""orders → customers → regions is all m2o. No fan-out needed."""
"""orders → customers → regions is all m2o. No fanout needed."""
sql = generate_sql(
planner,
generator,