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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
We've been noticing a bug where snaplet snapshot restore fails when processing snapshot data, thinking that a row in the corresponding snapshot csv data has the wrong number of columns (when the data is in fact valid):
Invalid Record Length: columns length is 15, got 19 on line 10997
We've changed the way we process snapshot data to solve this issue, as well as several other issues you might've seen that had to do with csv parsing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We've been noticing a bug where
snaplet snapshot restore
fails when processing snapshot data, thinking that a row in the corresponding snapshot csv data has the wrong number of columns (when the data is in fact valid):We've changed the way we process snapshot data to solve this issue, as well as several other issues you might've seen that had to do with csv parsing.
Beta Was this translation helpful? Give feedback.
All reactions