[ATSCALE-45219] Document partition_rank and distribution_rank in aggregate attributes#48
Merged
svetoslav-petkov-atscale merged 3 commits intoApr 27, 2026
Conversation
Document the partition_rank and distribution_rank integer properties (1-128) introduced in SMLAggregatePartitionProperties.
|
All contributors have signed the CLA ✍️ ✅ |
- partition and distribution default to left-to-right attribute order (backward compat preserved) - partition_rank and distribution_rank override that independently - rank values must be unique within their respective set - add example showing decoupled partition vs distribution ordering
…ple names - Restore 'partitioning key functions as GROUP BY column' sentence - Correct rank constraint: consecutive sequence starting from 1, not just unique - Update example to use Date Dimension/Year/Month consistent with file conventions
svetoslav-petkov-atscale
approved these changes
Apr 27, 2026
Collaborator
Author
|
I have read the CLA Document and I hereby sign the CLA |
Collaborator
Author
|
recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
partition_rankanddistribution_rankinteger properties (1–128) in theattributessection of the aggregate definition inmodel.mdSMLAggregatePartitionPropertiesbut were missing from the public SML reference docsChanges
sml-reference/model.md: Addedpartition_rankanddistribution_rankbullet points after the existingpartitionanddistributionentries in the### attributessubsectionJira: https://atscale.atlassian.net/browse/ATSCALE-45219