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
fix: DataFrame.toJSON() crashes on BigInt values (TypeError: Do not know how to serialize a BigInt)
JSON.stringify throws on BigInt — added bigIntReplacer (converts to string).
The worker HTTP layer already used bigIntReplacer but the DataFrame API didn't.
0 commit comments