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

[SPIKE] Look into solution for partitioned data encoding #255

Open
ravjotbrar opened this issue Sep 28, 2021 · 1 comment
Open

[SPIKE] Look into solution for partitioned data encoding #255

ravjotbrar opened this issue Sep 28, 2021 · 1 comment
Assignees
Labels

Comments

@ravjotbrar
Copy link
Collaborator

When writing partitioned data to hdfs using spark 3.1.1, the directory layout is something like:
data/dftest.parquet/col1%3D4/part1.snappy.parquet

Instead we need it to look like
data/dftest.parquet/col1=4/part1.snappy.parquet

This encoding issue only happens when using spark 3.1.1. Either need to look into fixing the incompatibility or look into decoding the directory layout in our connector.

@ravjotbrar ravjotbrar self-assigned this Sep 28, 2021
@jeremyprime jeremyprime added the enhancement New feature or request label Mar 3, 2023
@alexey-temnikov
Copy link
Collaborator

Next steps: Check behaviour on the latest Spark versions.

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

No branches or pull requests

4 participants