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


##########
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:
   should I add it to the inferring somewhere? (maybe I missed something)



-- 
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