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
Variables like parquet_output_directory and global_buffers are declared as extern in the C interface but stored globally. This violates clean coding principles and could lead to hard-to-track state management issues.
Variables like parquet_output_directory and global_buffers are declared as extern in the C interface but stored globally. This violates clean coding principles and could lead to hard-to-track state management issues.
Originating from Pull Request #2