Commits


Romain Francois authored and Neal Richardson committed 74903919625
ARROW-6537 [R]: Pass column_types to CSV reader Either passing down NULL or a Schema. But perhaps a schema is confusing because the only thing that is being controlled by it here is the types, not their order etc .. which I believe feels implied if you supply a schema. Closes #7807 from romainfrancois/ARROW-6537/column_types Lead-authored-by: Romain Francois <romain@rstudio.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>