datbth commented on code in PR #43641:
URL: https://github.com/apache/arrow/pull/43641#discussion_r1713990396
##########
go/parquet/pqarrow/schema.go:
##########
@@ -406,6 +406,11 @@ func fieldToNode(name string, field arrow.Field, props
*parquet.WriterProperties
return nil, fmt.Errorf("%w: support for %s",
arrow.ErrNotImplemented, field.Type.ID())
}
+ if customLogicalType != nil {
+ logicalType = customLogicalType.Type
+ length = customLogicalType.Length
Review Comment:
Thanks for explaining.
I have updated to use `schema.LogicalType` directly 3de0781
--
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]