Skip to content

Unsafe Global Variables in Parquet Module #6

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions