Skip to content

[GH-2617] Reorder raster function signatures#2962

Merged
jiayuasu merged 1 commit into
apache:masterfrom
omribz156:codex/sedona-raster-signature-order
May 17, 2026
Merged

[GH-2617] Reorder raster function signatures#2962
jiayuasu merged 1 commit into
apache:masterfrom
omribz156:codex/sedona-raster-signature-order

Conversation

@omribz156
Copy link
Copy Markdown
Contributor

Did you read the Contributor Guide?

Is this PR related to a ticket?

What changes were proposed in this PR?

This reorders raster function format signatures from the shortest form to the longest form, so optional parameters are introduced progressively.

The patch keeps the change docs-only and updates the raster operator/band accessor pages where the reversed ordering still existed.

How was this patch tested?

  • git diff --check
  • Static format-block check that the changed RS_* signatures are ordered by increasing argument count

Did this PR include necessary documentation updates?

  • Yes, I have updated the documentation.

This was implemented with Codex assistance, with the final diff reviewed before posting.

@omribz156 omribz156 requested a review from jiayuasu as a code owner May 16, 2026 16:36
Copy link
Copy Markdown
Member

@jiayuasu jiayuasu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jiayuasu jiayuasu merged commit bbdfd43 into apache:master May 17, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Rearrange order of function headers in Raster Operation docs to be more intuitive

2 participants