Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Jun 27, 2021

Which issue does this PR close?

Closes #636.

Rationale for this change

This is needed so that we can implement distributed partitioned joins.

What changes are included in this PR?

  • Remove hard-coded value for HashJoinExec partition_mode in Ballista serde and implement correct serde code.
  • Improved unit test

Are there any user-facing changes?

No.

@andygrove andygrove merged commit 62b0349 into apache:master Jun 28, 2021
@andygrove andygrove deleted the serde-partition-mode branch June 28, 2021 14:19
@houqp houqp added the enhancement New feature or request label Jul 31, 2021
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
* convert into workspace project

* update GitHub actions

* update Makefile

* fix regression

* update target path

* update protobuf path in pom.xml

* update more paths
H0TB0X420 pushed a commit to H0TB0X420/datafusion that referenced this pull request Oct 7, 2025
Closes apache#672 rustls
Closes #682 syn
Closes apache#653 parking_lot
closes apache#648 object_store
Closes apache#625 h2
Closes apache#623 tokio
Closes apache#608 mio
Closes apache#597 pyo3
Closes apache#642 pyo3-build-config
Closes apache#627 prost
Closes apache#634 prost-types
Closes apache#637 async-trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hard-coded partition_mode in Ballista serde for HashJoinExec

3 participants