serramatutu commented on code in PR #1065:
URL: https://github.com/apache/arrow-go/pull/1065#discussion_r3682694579


##########
arrow/array/json_reader_test.go:
##########
@@ -95,6 +95,38 @@ func TestJSONReaderAll(t *testing.T) {
        assert.False(t, rdr.Next())
 }
 
+func TestJSONReaderReleaseBuilder(t *testing.T) {

Review Comment:
   I reverted your change to `json_reader.go` and ran the test you introduced. 
The test did not break, i.e it does not reproduce any memory leak.
   
   <img width="1073" height="1218" alt="Image" 
src="https://github.com/user-attachments/assets/d79d6274-5cfc-4d8b-9513-d2250243f385";
 />
   



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