Commit 84c5b59
committed
fix: fail-fast on Fragment DO errors instead of silent partial results
Previously, if some Fragment DOs failed during fan-out, we silently
returned partial data (missing rows). Now any failure throws immediately
with a clear error message showing how many fragments failed and why.1 parent 71c4dc3 commit 84c5b59
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
| 1840 | + | |
1840 | 1841 | | |
1841 | 1842 | | |
1842 | 1843 | | |
1843 | 1844 | | |
1844 | | - | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
1845 | 1848 | | |
1846 | 1849 | | |
1847 | 1850 | | |
1848 | | - | |
1849 | | - | |
| 1851 | + | |
| 1852 | + | |
1850 | 1853 | | |
1851 | 1854 | | |
1852 | 1855 | | |
| |||
0 commit comments