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

[jira] [Updated] (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 ]

ASF GitHub Bot updated ARROW-14284:
-----------------------------------
    Labels: pull-request-available  (was: )

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