Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, if the argument as_data_frame is passed into open_dataset() with a CSV format dataset, the error message returned is:
Error: The following option is supported in "read_delim_arrow" functions but not yet supported here: "as_data_frame"
Instead, we could silently ignore it if as_data_frame is set to FALSE and give a more helpful error if set to TRUE (i.e. direct user to call as.data.frame() or collect()).
Reasoning: it'd be great to get to a point where users can just swap their read_csv_arrow() syntax for open_dataset() and get helpful results.
This issue has been migrated to issue #33524 on GitHub. Please see the migration documentation for further details.