birschick-bq commented on code in PR #4661:
URL: https://github.com/apache/arrow-adbc/pull/4661#discussion_r3866390415
##########
go/adbc/driver/flightsql/record_reader.go:
##########
@@ -54,6 +53,13 @@ type reader struct {
var errReaderReleased = errors.New("record reader released")
+type recordReaderCallerContextKey struct{}
+
+func isRecordReaderSiblingCancellation(ctx context.Context) bool {
Review Comment:
Let me know if this clear?
--
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]