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
`table: invalid field count, expected ${keys.length}, but got ${actualFieldCount}, and extra fields are not allowed in the current configuration. If you want to ignore extra fields, set isExtraFieldIgnored to true.`,
409
+
);
410
+
}
396
411
constoffsets=keys.map((_,index)=>
397
412
uint32From(value.slice(4+index*4,8+index*4)),
398
413
);
399
-
offsets.push(byteLength);
414
+
// If there are extra fields, add the last offset to the offsets array
0 commit comments