Skip to content

Broaden storage-partitioned-join tests, then enable reportPartitioning by default #5342

Description

@parthchandra

What is the problem the feature request solves?

Follow up for #5323

The grouping report (reportPartitioning.enabled) ships off by default until we've covered more of Spark's storage-partitioned-join paths. Add tests for:

  • a heavily skewed key, so the replicate path actually runs (not just empty-partition padding);
  • different bucket counts per side (e.g. bucket(8) vs bucket(4)), so Spark inserts a partition reducer and the Comet scan must match the reduced grouping;
  • three-way and self joins on the same key.

Once these tests pass, then we can flip reportPartitioning.enabled on by default

Describe the potential solution

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area:scanParquet scan / data readingenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions