forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hook for doing distributed
CollectLeft
joins (#269)
* Add state for distributed joins * Make DistributedJoinState public * Implement shared bitmap hook * make trait public * remove unused method * make enum public * Get probe threads from distributed state * Avoid issue with probe threads counter wrapping * Use naming conventions from upstream PR * Add hook to register metrics * Add partition to register_metrics
- Loading branch information
1 parent
f490e9e
commit 534b4ac
Showing
2 changed files
with
122 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters