You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/10/12 18:00:00 UTC

[jira] [Assigned] (ARROW-14284) [C++][Python] Improve error message when trying use SyncScanner when requiring async

     [ https://issues.apache.org/jira/browse/ARROW-14284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston Pace reassigned ARROW-14284:
-----------------------------------

    Assignee: Weston Pace

> [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
>
> 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)