james-willis commented on code in PR #749: URL: https://github.com/apache/sedona-db/pull/749#discussion_r3228776843
########## rust/sedona-raster-gdal/src/lib.rs: ########## @@ -31,15 +31,10 @@ mod gdal_common; // Temporary until https://github.com/apache/sedona-db/issues/804 is resolved. #[allow(dead_code)] mod gdal_dataset_provider; - -mod utils; - -#[cfg(test)] Review Comment: I had to remove them so that the project compiles. The alternative to deleting it is to pull https://github.com/apache/sedona-db/pull/818 into this PR. I'd rather do 818 as a fast follow to this PR. but can pull it into this PR if you prefer. -- 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]
