zeroshade commented on PR #1048: URL: https://github.com/apache/arrow-adbc/pull/1048#issuecomment-1714134519
Arrow *currently* maintains compatibility with go1.17-go1.20. But as of https://github.com/apache/arrow/pull/37637 we're dropping explicit compatibility with go1.17-go1.18. We're still keeping compatibility with go1.19 though, using build tags. What we could do here is put together a small interface and then use build tags to use https://pkg.go.dev/golang.org/x/exp/slog for go1.19 and `slog` directly for go1.20+ similar to how we handle json in Arrow for tinygo vs non-tinygo -- 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]
