[
https://issues.apache.org/jira/browse/ARROW-14284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace updated ARROW-14284:
--------------------------------
Fix Version/s: 6.0.0
> [C++][Python] Improve error message when trying use SyncScanner when
> requiring async
> ------------------------------------------------------------------------------------
>
> Key: ARROW-14284
> URL: https://issues.apache.org/jira/browse/ARROW-14284
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Joris Van den Bossche
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> See ARROW-14257
> The current error message gives "Asynchronous scanning is not supported by
> SyncScanner"
> Copying the comment of [~westonpace]:
> In Python it is always use_async=True. In R the scanner is hidden from the
> user on dataset writes but the option there is use_async as well. In C++ the
> option is UseAsync in the ScannerBuilder. How about,
> "Writing datasets requires that the input scanner is configured to scan
> asynchronously via the use_async or UseAsync options."
--
This message was sent by Atlassian Jira
(v8.3.4#803005)