guojidan commented on PR #9038: URL: https://github.com/apache/arrow-datafusion/pull/9038#issuecomment-1914047870
indexmap::IndexSet crate will deprecate `remove` method at [2.2.0](https://docs.rs/indexmap/2.2.0/indexmap/set/struct.IndexSet.html#method.remove) version, but we use [2.0.0](https://github.com/apache/arrow-datafusion/blob/main/Cargo.toml#L63), why test cases fail? 😕 and `remove` methed just a wrap of `swap_remove` method, Can we directly use `swap_remove`? 🤔 -- 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]
