james-willis commented on code in PR #812: URL: https://github.com/apache/sedona-db/pull/812#discussion_r3190290701
########## rust/sedona-raster-gdal/src/lib.rs: ########## @@ -31,6 +31,8 @@ mod gdal_common; // Temporary until https://github.com/apache/sedona-db/issues/804 is resolved. #[allow(dead_code)] mod gdal_dataset_provider; +#[allow(dead_code)] +mod source_uri; Review Comment: done, I'll also remove the cfg(test) in the next PR once this is used. -- 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]
