-
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.
Add fields parameter in join to fetch a subset of fields from rhs (#535)
* Add fields parameter in join to fetch a subset of fields from rhs * Add right fields filtering in join to mock executor * Remove a check disallowing right_fields from containing right's timestamp * Add more checks and a test * Update proto generated files and fix test. * Add an integration test in social network scenario * Address comments * Rebased * Fix when rhs fields has timestamp included --------- Co-authored-by: Aditya Nambiar <aditya.nambiar007@gmail.com>
- Loading branch information
1 parent
1d22322
commit 8427e32
Showing
12 changed files
with
650 additions
and
143 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
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
Oops, something went wrong.