-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for equi-join on struct (#7720)
Adds support for equijoin on structs. This PR is leveraging the [struct PR](#7422) and the [rewrite for join API](#7454). It enables equijoin on structs by flattening the struct for the hash calculation. closes #7543 Authors: - Mike Wilson (https://github.com/hyperbolic2346) - Ashwin Srinath (https://github.com/shwina) - Karthikeyan (https://github.com/karthikeyann) - Vukasin Milovanovic (https://github.com/vuule) - Alessandro Bellina (https://github.com/abellina) - Devavret Makkar (https://github.com/devavret) - David Wendt (https://github.com/davidwendt) - Liangcai Li (https://github.com/firestarman) - Paul Taylor (https://github.com/trxcllnt) - Kumar Aatish (https://github.com/kaatish) - Jason Lowe (https://github.com/jlowe) - Dillon Cullinan (https://github.com/dillon-cullinan) - Raza Jafri (https://github.com/razajafri) - https://github.com/rwlee - Michael Wang (https://github.com/isVoid) - Dante Gama Dessavre (https://github.com/dantegd) - Keith Kraus (https://github.com/kkraus14) - Robert Maynard (https://github.com/robertmaynard) - GALI PREM SAGAR (https://github.com/galipremsagar) - https://github.com/ChrisJar - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/nvdbaranec - Nghia Truong (https://github.com/ttnghia) - https://github.com/chenrui17 - Conor Hoekstra (https://github.com/codereport) - Mike Wendt (https://github.com/mike-wendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Devavret Makkar (https://github.com/devavret) - Jake Hemstad (https://github.com/jrhemstad) URL: #7720
- Loading branch information
1 parent
299f6cc
commit f4ab813
Showing
2 changed files
with
314 additions
and
8 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