Skip to content

[C++] [Dataset] FileSystemDataset::Write should use an async scan #28965

@asfimport

Description

@asfimport

I was testing pulling a dataset from S3 and saving it to a local (possibly re partitioned) copy.  Ideally I would do this with an async scan but it fails with "This scanner does not support the legacy Scan() method" because FileSystemDataset::Write is still using Scan.

Reporter: Weston Pace / @westonpace
Assignee: Weston Pace / @westonpace

Related issues:

Note: This issue was originally created as ARROW-13287. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions