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
batch_size() at datafusion-ext-commons/src/lib.rs:75 uses const CACHED_BATCH_S IZE: OnceCell<usize>, which creates a new OnceCell on every call — the cache never actually
hits.