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


##########
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:
   date32 is fine then
   b70d4706c844beae2e2bf2489627947baa1cd33c



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