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, 
and the test you introduced did not break, i.e it does not reproduce any memory 
leak.
   
   <img width="1073" height="865" alt="image" 
src="https://github.com/user-attachments/assets/9182f1ca-ae42-4a93-baf6-0371a7f5bab9";
 />
   



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