yutannihilation opened a new pull request, #256: URL: https://github.com/apache/sedona-db/pull/256
Just happened to find the comment on `rust-version` says "Same rust-version, arrow, and datafusion dependencies as datafusion-comet". It seems it's currently `1.86`. So, probably this should be updated as well? https://crates.io/crates/datafusion/50.2.0 Two side comments: - I don't think MSRV should be strictly maintained, but it might be a good idea to have a GitHub Actions CI to check if this project can actually be compiled with the version. - Rust 1.86 means that SedonaDB can switch to Rust 2024 edition. It might be good idea to migrate sooner before SedonaDB's code grows more and more. -- 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]
