alamb commented on a change in pull request #831: URL: https://github.com/apache/arrow-rs/pull/831#discussion_r745513654
########## File path: arrow/src/csv/reader.rs ########## @@ -1341,6 +1341,7 @@ mod tests { assert_eq!(infer_field_schema("\"123\""), DataType::Utf8); assert_eq!(infer_field_schema("10"), DataType::Int64); assert_eq!(infer_field_schema("10.2"), DataType::Float64); + assert_eq!(infer_field_schema(".2"), DataType::Float64); Review comment: As it isn't clear what to do in this case, filed https://github.com/apache/arrow-rs/issues/929 to track this as a follow on work -- 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