disq commented on code in PR #34631:
URL: https://github.com/apache/arrow/pull/34631#discussion_r1158366890
##########
go/arrow/table.go:
##########
@@ -96,9 +96,9 @@ func NewColumn(field Field, chunks *Chunked) *Column {
}
col.data.Retain()
- if !TypeEqual(col.data.DataType(), col.field.Type) {
+ if !StorageTypeEqual(col.data.DataType(), col.field.Type) {
Review Comment:
This wasn't required and is removed, it's back to `TypeEqual` now.
--
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]