You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/08/09 13:14:00 UTC

[jira] [Created] (ARROW-17356) [R] Update binding for add_filename() NSE function to error if used on Table

Nicola Crane created ARROW-17356:
------------------------------------

             Summary: [R] Update binding for add_filename() NSE function to error if used on Table
                 Key: ARROW-17356
                 URL: https://issues.apache.org/jira/browse/ARROW-17356
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Nicola Crane


ARROW-15260 adds a function which allows the user to add the filename as an output field.  This function only makes sense to use with datasets and not tables.  Currently, the error generated from using it with a table is handled by {{handle_augmented_field_misuse()}}.  Instead, we should follow [one of the suggestions from the PR|https://github.com/apache/arrow/pull/12826#issuecomment-1192007298] to detect this when the function is called.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)