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
The Parquet module uses fflush(stdout) for logging, which could introduce performance overhead in high-frequency logging scenarios. While acceptable for logs, this should be minimized if possible.
The Parquet module uses fflush(stdout) for logging, which could introduce performance overhead in high-frequency logging scenarios. While acceptable for logs, this should be minimized if possible.
Originating from Pull Request #2