Copilot commented on code in PR #602:
URL: https://github.com/apache/sedona-db/pull/602#discussion_r2802187000


##########
rust/sedona-raster-functions/src/register.rs:
##########
@@ -47,6 +47,7 @@ pub fn default_function_set() -> FunctionSet {
         crate::rs_geotransform::rs_skewy_udf,
         crate::rs_geotransform::rs_upperleftx_udf,
         crate::rs_geotransform::rs_upperlefty_udf,
+        crate::rs_numbands::rs_numbands_udf,

Review Comment:
   The rs_numbands_udf registration is not in alphabetical order by module 
name. It should be placed after rs_geotransform functions but before 
rs_rastercoordinate functions. The current ordering groups functions by module 
and orders modules alphabetically (rs_envelope, rs_example, rs_geotransform, 
rs_numbands should come here, rs_rastercoordinate, rs_size, rs_srid, 
rs_worldcoordinate). Consider moving this line to maintain consistent 
alphabetical ordering.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to