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
148073: cli(debug.zip): update makeTableIterator func to read per line r=aa-joshi a=aa-joshi
Previously, we are reading debug.zip files' row with max buffer size of `5MB`.
However, we obsereved that few debug.zip file contains row data >10MB. This
would result in debug.zip Datadog upload failure. To address this, this patch
reads file per line without any buffer constraints.
Epic: none
Part of: CRDB-51110
Release note: None
Co-authored-by: Akshay Joshi <[email protected]>
0 commit comments