james-willis commented on code in PR #812: URL: https://github.com/apache/sedona-db/pull/812#discussion_r3184481292
########## rust/sedona-raster-gdal/src/lib.rs: ########## @@ -31,6 +31,11 @@ mod gdal_common; // Temporary until https://github.com/apache/sedona-db/issues/804 is resolved. #[allow(dead_code)] mod gdal_dataset_provider; +// GDAL-format-driver-internal helper for picking a source band index out of +// `outdb_uri` when this driver handles the band. Not re-exported — its only +// caller will be inside this crate. Review Comment: no need for the "not re-exported" comment -- 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]
