coderfender commented on issue #20863: URL: https://github.com/apache/datafusion/issues/20863#issuecomment-4083530466
I am trying out an iterative approach with integrating `stabby` in DF here. From my analysis, 1. Given that stabby has inbuilt async support, we might not need `async-ffi` crate dependency all together ? 2. Although `Stabby` supports almost all the datypes except `HashMap` which might need some additional internal casting to `Vec<Tuple<K,V>>` I am planning to touch the smallest possible set of structs to make PR reviews easier . Smallest `family` of structs -> migrate to stabby -> get it reviewed and iterate -- 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]
