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
Use BufReader for LocalFileReader to revert performance regression in parquet reading (#1366)
* Use `BufRead` to improve performance
* Undo stat change
* Format
* Undo stat change
* Unneeded imports
* Use BufRead in test code
* Revert trait change
0 commit comments