reiades commented on issue #43520: URL: https://github.com/apache/arrow/issues/43520#issuecomment-2263911660
Hi @joellubi, thanks for responding! It is pretty tough to reproduce as it happens very randomly. The above code gets run every minute in a single go routine (side note: I know that seems excessive and unneeded to do if the file is the exact same each time - it definitely is, but there are other requirements at play). I see this segfault any where from 0 to 4 times a day. I will try to think of other ways I can reproduce the problem because I know that's probably not very helpful :( I am trying to iterate through `rr` (`rr, err := reader.GetRecordReader(ctx, nil, nil)`) by calling `rr.Next()` rather than just calling `rr.Read()` to see if I get segfaults there. -- 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]
