zeroshade commented on code in PR #14111:
URL: https://github.com/apache/arrow/pull/14111#discussion_r1072801481
##########
go/arrow/array/builder.go:
##########
@@ -279,15 +279,6 @@ func NewBuilder(mem memory.Allocator, dtype
arrow.DataType) Builder {
case arrow.TIME64:
typ := dtype.(*arrow.Time64Type)
return NewTime64Builder(mem, typ)
- case arrow.INTERVAL:
- switch dtype.(type) {
- case *arrow.DayTimeIntervalType:
- return NewDayTimeIntervalBuilder(mem)
- case *arrow.MonthIntervalType:
- return NewMonthIntervalBuilder(mem)
- case *arrow.MonthDayNanoIntervalType:
- return NewMonthDayNanoIntervalBuilder(mem)
- }
Review Comment:
i don't think it needs to be a separate PR for this
--
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]