ei-grad commented on pull request #68: URL: https://github.com/apache/arrow-datafusion/pull/68#issuecomment-898582829
1. Could it be expected that arrow-rs would evolve in reasonable time to be on par with arrow2? 2. Could it worth a try to make a set of [Structural Search and Replace (SSR)](https://rust-analyzer.github.io/manual.html#structural-search-and-replace) patterns based on commits from this PR? Or is the kind of refactoring required too complex to achieve that way? (collect and apply a set of rules instead of continuously merging with ongoing development on the datafusion main branch) 3. Such set of patterns could be useful for arrow-rs to arrow2 migration in other projects too. Does it seem possible to make a universal arrow-rs->arrow2 migration tool utilizing SSR? Has anyone seen similar efforts for other libraries by a chance? -- 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]
