thaJeztah opened a new pull request, #763: URL: https://github.com/apache/arrow-go/pull/763
relates to: - https://github.com/apache/arrow/pull/5997 - https://github.com/apache/arrow/issues/16992 The golang.org/x/xerrors module is a transitional module for what became go1.13 errors. Most of its functionality is now available in stdlib errors, with the exception of stdlib not providing a stack-trace (and some utility functions related to that). Looking at history to see if that functionality was essential for using this package, I found that the golang.org/x/errors module was introduced in [apache/arrow@7126fdb], to address [ARROW-7357]. > we should migrate away from `pkg/errors` to `golang.org/x/xerrors` to > ensure better error handling (and one that is Go-1.13 compatible). Based on the above, it looks like the intent was to provide compatibility with go1.13+ errors, which are now mainline, so stdlib errors should be preferred for this. [ARROW-7357]: https://issues.apache.org/jira/browse/ARROW-7357 [apache/arrow@7126fdb]: https://github.com/apache/arrow/commit/7126fdb5d6d2f7dd94fdd3d43ab9256825ff3d44 ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? -- 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]
