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

Support for full_outer_join to take a PartitionedTable.Proxy #6337

Open
devonpallison opened this issue Nov 5, 2024 · 0 comments
Open

Support for full_outer_join to take a PartitionedTable.Proxy #6337

devonpallison opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
core Core development tasks feature request New feature or request query engine
Milestone

Comments

@devonpallison
Copy link
Contributor

As a user, I want full_outer_join to take a PartitionedTable proxy object so that I can perform a full_outer_join on a large table by partitioning it.

full_outer_join(left.partition_by(['A', 'B']).proxy(), right, ['C','D']).target.merge()

@devonpallison devonpallison added feature request New feature or request triage labels Nov 5, 2024
@rcaudy rcaudy added this to the Triage milestone Nov 5, 2024
@rbasralian rbasralian assigned lbooker42 and unassigned rbasralian Nov 12, 2024
@rbasralian rbasralian added query engine core Core development tasks and removed triage labels Nov 12, 2024
@rbasralian rbasralian modified the milestones: Triage, 0.38.0 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core development tasks feature request New feature or request query engine
Projects
None yet
Development

No branches or pull requests

4 participants