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

Minor: Add more documentation about Partitioning #8022

Merged
merged 11 commits into from
Nov 5, 2023
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
alamb committed Nov 1, 2023
commit 304358d2ad1b2d012ac1042263cfac6fc4c03c45
3 changes: 2 additions & 1 deletion datafusion/physical-expr/src/partitioning.rs
Original file line number Diff line number Diff line change
@@ -159,7 +159,8 @@ impl PartialEq for Partitioning {
}

/// How data is distributed amongst partitions. See [`Partitioning`] for more
/// details. [derive(Debug, Clone)]
/// details.
#[derive(Debug, Clone)]
pub enum Distribution {
/// Unspecified distribution
UnspecifiedDistribution,
Loading