Skip to content

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

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.

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