Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support different encodings in parquet encode processor #38

Open
ryanworl opened this issue Jun 9, 2024 · 0 comments
Open

support different encodings in parquet encode processor #38

ryanworl opened this issue Jun 9, 2024 · 0 comments

Comments

@ryanworl
Copy link
Contributor

ryanworl commented Jun 9, 2024

Relevant docs: https://warpstreamlabs.github.io/bento/docs/components/processors/parquet_encode/

Today Bento only supports PLAIN and DELTA_LENGTH_BYTE_ARRAY encodings, and you can only use a single encoding for all data types.

We should instead support configuring a different encoding for each field.

For example, in a use case where you are transforming a Kafka topic into a set of Parquet files, you would want to use RLE_DICTIONARY for the topic names and partitions. You'd probably also want to use DELTA_BINARY_PACKED for the offsets and record timestamps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant