fix(rust/sedona-raster-functions): remove documentation field from RS_SetSRID/RS_SetCRS#637
Merged
paleolimbot merged 1 commit intoapache:mainfrom Feb 18, 2026
Conversation
…_SetSRID/RS_SetCRS after upstream removal The documentation field was removed from SedonaScalarUDF and SedonaAggregateUDF in 69998e9, but RS_SetSRID and RS_SetCRS still passed it, causing a compilation failure.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
documentationparameter fromSedonaScalarUDF::newcalls inRS_SetSRIDandRS_SetCRS, which was removed from the struct in chore(rust): Remove documentation field from SedonaScalarUDF and SedonaAggregateUDF #633 (69998e9) but not updated inrs_setsrid.rs(merged earlier via feat(rust/sedona-raster-functions): add RS_SetSRID/RS_SetCRS with batch-local cache refactoring #630), causing a compilation failure.rs_set_srid_doc()/rs_set_crs_doc()functions and their associated imports.documentation()value in tests since the field no longer exists.