disq commented on code in PR #34631:
URL: https://github.com/apache/arrow/pull/34631#discussion_r1158389752
##########
go/parquet/pqarrow/encode_arrow_test.go:
##########
@@ -1517,6 +1531,24 @@ func (ps *ParquetIOTestSuite)
TestArrowMapTypeRoundTrip() {
ps.roundTripTable(tbl, true)
}
+func (ps *ParquetIOTestSuite) TestArrowExtensionTypeRoundTrip() {
+ var testUUID = uuid.New()
Review Comment:
I've added checkedallocators everywhere in that test file and looks like
everything's a bit leaky. Investigating I could probably use some pointers.
--
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]