zeroshade commented on issue #14757: URL: https://github.com/apache/arrow/issues/14757#issuecomment-1330863878
Hi @forsaken628, For now (<= v10) you have to do the following to import the compute library: ```bash $ go mod edit -replace github.com/apache/arrow/go/v10/arrow/compute=github.com/apache/arrow/go/arrow/compute ``` There was already a change made in #14690 which addresses this issue and with the release of v11 (mid-january most likely) there won't be a need for the extra step of the `mod edit -replace` anymore. -- 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]
