zeroshade commented on code in PR #1866:
URL: https://github.com/apache/arrow-adbc/pull/1866#discussion_r1608522631


##########
go/adbc/driver/snowflake/record_reader.go:
##########
@@ -123,6 +123,7 @@ func getTransformer(sc *arrow.Schema, ld 
gosnowflake.ArrowStreamLoader, useHighP
                                                                if err != nil {
                                                                        return 
nil, err
                                                                }
+                                                               defer 
result.Release()

Review Comment:
   nice catch! don't know how i missed that :)



-- 
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]

Reply via email to