dmitrybugakov opened a new issue, #12594: URL: https://github.com/apache/datafusion/issues/12594
### Is your feature request related to a problem or challenge? Currently, in the [datafusion-functions-extra repository](https://github.com/datafusion-contrib/datafusion-functions-extra/blob/main/src/common/collections), we have copied binary_map and binary_view_map from DataFusion. However, the `insert_or_update`and `get_payloads` methods are missing from the original binary_map and binary_view_map implementations in DataFusion. To avoid code duplication and ensure that these methods are available in the original DataFusion project, it would be beneficial to move these methods to the core DataFusion repository. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
