Skip to content

Remove workaround disabling Parquet page index reading for encrypted files #17352

@adamreeve

Description

@adamreeve

// For now, page index does not work with encrypted files. See:
// https://github.com/apache/arrow-rs/issues/7629
if file_decryption_properties.is_some() {
enable_page_index = false;
}

This was fixed in apache/arrow-rs#7633, released in parquet 55.2.0, so this workaround can be removed now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions