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
address review: RAII guards, metrics filtering, and TODOs
- Use ArrowSchemaGuard/ArrowArrayGuard in FlushBuffer for memory safety
on early returns, fixing potential leaks when nanoarrow macros fail
- Fix guards to handle already-consumed arrays (null release check)
- Filter out value_counts/null_value_counts/nan_value_counts for
delete metadata columns (file_path, pos) to match Java parity;
also drop bounds when referencing multiple data files
- Add TODO for extracting paths from ArrowArray in Write() to update
referenced_paths_ for batch writes
- Add TODO for row_schema support in position deletes (V2 spec)
0 commit comments