You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/14 19:40:54 UTC

[GitHub] [arrow] alamb commented on a change in pull request #8913: ARROW-4804: [Rust] Parse Date32 and Date64 in CSV reader

alamb commented on a change in pull request #8913:
URL: https://github.com/apache/arrow/pull/8913#discussion_r542694625



##########
File path: rust/arrow/test/data/various_types.csv
##########
@@ -1,6 +1,6 @@
-c_int|c_float|c_string|c_bool
-1|1.1|"1.11"|true
-2|2.2|"2.22"|true
-3||"3.33"|true
-4|4.4||false
-5|6.6|""|false
\ No newline at end of file
+c_int|c_float|c_string|c_bool|c_date

Review comment:
       I suggest we also add a c_datetime column too to cover the schema inference of that type too




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

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