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
This could reduce the in-memory size of structures that currently use Option<i64/i32>, for example in parquet all offsets cannot be 0 since the file starts with 4 magic bytes.
The text was updated successfully, but these errors were encountered:
Generic
core::num::NonZero
just got stabilized and should be supported.This could reduce the in-memory size of structures that currently use
Option<i64/i32>
, for example in parquet all offsets cannot be 0 since the file starts with 4 magic bytes.The text was updated successfully, but these errors were encountered: