alamb commented on issue #2709: URL: https://github.com/apache/arrow-datafusion/issues/2709#issuecomment-1159450153
One approach that @Jimexist started with, that I thought had some promise was to use `trait`s to collect the differences in the two apis -- so that DataFusion used the traits and then there were `impl`s for both `arrow` and `arrow2` For example, `from_slice` in https://github.com/apache/arrow-datafusion/pull/1588 and https://github.com/apache/arrow-datafusion/pull/1589 I would be quite supportive of such a strategy and would be a nice way to let people use which every library they wanted -- 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]
