disq commented on code in PR #34631:
URL: https://github.com/apache/arrow/pull/34631#discussion_r1160019270


##########
go/parquet/pqarrow/encode_arrow_test.go:
##########
@@ -126,7 +126,7 @@ func makeDateTimeTypesTable(mem memory.Allocator, expected 
bool, addFieldMeta bo
 }
 
 func TestWriteArrowCols(t *testing.T) {
-       mem := memory.NewCheckedAllocator(memory.DefaultAllocator)
+       mem := memory.NewCheckedAllocator(memory.NewGoAllocator())

Review Comment:
   I just wanted to _make sure_ while whacking ~moles~ leaks, will test and 
switch to the `DefaultAllocator ` when it's all over :)



##########
go/parquet/pqarrow/encode_arrow_test.go:
##########
@@ -126,7 +126,7 @@ func makeDateTimeTypesTable(mem memory.Allocator, expected 
bool, addFieldMeta bo
 }
 
 func TestWriteArrowCols(t *testing.T) {
-       mem := memory.NewCheckedAllocator(memory.DefaultAllocator)
+       mem := memory.NewCheckedAllocator(memory.NewGoAllocator())

Review Comment:
   I just wanted to _make sure_ while whacking ~moles~ leaks, will test and 
switch to the `DefaultAllocator` when it's all over :)



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