Open devonpallison opened 2 weeks ago
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()
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()