Describe the bug
A panic occurs in the Union type row decoding logic where row slices aren't properly advanced when multiple columns are present
The decoder is prematurely consuming the entire row slice inside the field collection loop, causing subsequent columns to fail decoding (the actual panic)
Describe the bug
A panic occurs in the Union type row decoding logic where row slices aren't properly advanced when multiple columns are present
The decoder is prematurely consuming the entire row slice inside the field collection loop, causing subsequent columns to fail decoding (the actual panic)