necro351 commented on PR #14878:
URL: https://github.com/apache/arrow/pull/14878#issuecomment-1347349552

   Hi, I'd like to test this change out, but TBH its my first time testing a 
change from a forked repo in GitHub. To try and test the change I added this 
line to my go.mod file:
   
   ```
   replace github.com/apache/arrow/go/v11 => 
github.com/zeroshade/arrow/go/arrow memory-leak-pqarrow
   ```
   
   ...but when I try to do a go build I get...
   
   ```
   go: errors parsing go.mod:
   /home/rick/data-mesh/go.mod:64: replace github.com/zeroshade/arrow/go/arrow: 
version "v0.0.0-20221212203100-c369cafa0990" invalid: missing 
github.com/zeroshade/arrow/go/arrow/go.mod at revision c369cafa0990
   ```
   
   Google is providing solutions to a bunch of related problems but not this 
one exactly, and I already tried a few things so I figured I'd ask for guidance 
here. Let me know and I will definitely test out your fork. Thanks in advance 
for the fix.


-- 
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]

Reply via email to