Skip to content

Support for full_outer_join to take a PartitionedTable.Proxy #6337

@devonpallison

Description

@devonpallison

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()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions