sum12 commented on issue #38:
URL: https://github.com/apache/arrow-rs/issues/38#issuecomment-1006626932


   It seems the behavior here is not consistent.  TemporalValues can get parsed 
to `u64` if they look like `u64` otherwise it is a `null`, but only while 
dealing with `build_struct_array` whereas for `build_nested_list_array` an 
error is returned. 
   
   It could be done as done in csv_reader with regex and extra strings 
describing possible formats. Or we could have parser as closures (eg : 
`Fn(String) -> Type)`) stored in the reader/decoder(/Schema?)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to