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

[BUG] Spark EVEN REPARTITION doesn't work for keys that are not at the first positions #119

Closed
goodwanghan opened this issue Dec 1, 2020 · 0 comments · Fixed by #118
Closed
Labels
bug Something isn't working spark
Milestone

Comments

@goodwanghan
Copy link
Collaborator

Minimal Code To Reproduce

with FugueWorkflow() as dag:
   df = dag.df([[0,"a",1],[1,"b",2]], "z:int,a:str,b:int")
   df.partition(algo="even", by=["b","z"]).transform()

The problem is after even repartition, the column orders are messed up

@goodwanghan goodwanghan added bug Something isn't working spark labels Dec 1, 2020
@goodwanghan goodwanghan added this to the 0.4.8 milestone Dec 1, 2020
@goodwanghan goodwanghan linked a pull request Dec 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spark
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant