Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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