You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The Issue**
We do not serialize lists in PLAIN format well today. We're working on
getting it right, but existing wire format simply doesn't work.
**The (temporary) fix**
This PR attempts to load lists as usual, but upon failure it reverts to
loading a plain list format. This is not a perfect solution, and in some
extreme edge cases it could fail. But.. it's temporary.
0 commit comments