zeroshade commented on code in PR #41595:
URL: https://github.com/apache/arrow/pull/41595#discussion_r1594503371


##########
go/arrow/csv/reader.go:
##########
@@ -982,7 +966,7 @@ func (c conversionColumn) inferType(v string) 
arrow.DataType {
                        c.typ = arrow.FixedWidthTypes.Boolean
                case *arrow.BooleanType:
                        c.typ = arrow.FixedWidthTypes.Date32
-               case *arrow.Date32Type:
+               case *arrow.Date32Type, *arrow.Date64Type:

Review Comment:
   since we never try to use `Date64Type` in this list of types for inferring, 
i don't think this gains us anything



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to