coderfender commented on PR #21030: URL: https://github.com/apache/datafusion/pull/21030#issuecomment-4091820072
1. Removed `abi_stable` package dependency 2. Replaced all `abi_stable` calls with stabby equivalents 3. Used `Vec<K,V>` since stabby doesnt have `HashMap` support TODO : 1. Work on `WrappedArray` / native arrow types integration (Original impl through ABI just assumed safe implementation through `sabi`. However, stabby's answer is a little different) 3. Refactor / remove async-ffi module ( IMHO, this can be done in a separate followup PR) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
