Kontinuation opened a new pull request, #681:
URL: https://github.com/apache/sedona-db/pull/681

   ## Summary
   
   - Add the `sedona-gdal` crate providing runtime-loaded GDAL FFI bindings via 
`libloading`, following the same pattern as `sedona-proj`.
   - Contains the `SedonaGdalApi` function-pointer struct, dynamic symbol 
loading (`dyn_load`), the `GdalApi` handle with `call_gdal_api!` macro, error 
types, and global API registration.
   - Integrates into the workspace (`Cargo.toml`, `rust/sedona/Cargo.toml`) and 
CI (`.github/workflows/rust.yml` adds `libgdal-dev`).


-- 
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