fallintoplace opened a new pull request, #1130: URL: https://github.com/apache/arrow-go/pull/1130
A field reference against an empty schema tried to include out.Type in the error before out had been set. That caused a nil pointer panic instead of ErrNoChildren.\n\nThis keeps the existing error detail for nested references and returns ErrNoChildren for the empty schema case.\n\nTests: go test ./arrow/compute/exprs -- 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]
