Skip to content

Parquet > Add support for the rest of the Parquet encodings #187

@avalerio-tkd

Description

@avalerio-tkd
  • Currently only PLAIN encoding is supported. This is the default encoding when use_dictionary is disabled, so in practice PLAIN will be used except when an explicit overwrite happens.
  • RLE_DICTIONARY will never be supported because by definition the values are not present (kept separate in the dictionary) so a per-block encryption will always be triggered in these cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions