Kontinuation commented on code in PR #602:
URL: https://github.com/apache/sedona-db/pull/602#discussion_r2803389537
##########
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:
I don't see any problems with the orders:
```rust
crate::rs_geotransform::rs_upperleftx_udf,
crate::rs_geotransform::rs_upperlefty_udf,
crate::rs_numbands::rs_numbands_udf,
crate::rs_rastercoordinate::rs_worldtorastercoord_udf,
crate::rs_rastercoordinate::rs_worldtorastercoordx_udf,
crate::rs_rastercoordinate::rs_worldtorastercoordy_udf,
```
--
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]