dmitrybugakov commented on PR #12385: URL: https://github.com/apache/datafusion/pull/12385#issuecomment-2364311428
Hi @alamb, Could you help me choose the right approach? I’ve started working on [this issue](https://github.com/apache/datafusion/issues/12254#issuecomment-2356571864). We chose "mode" as the first function for datafusion-functions-extra, but I’ve run into a challenge. My implementation involves patching ArrowBytesMap with new methods. Should I first patch ArrowBytesMap and then wait for the new release of the DataFusion core, or is there a more efficient way to proceed? -- 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]
