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

[jira] [Created] (ARROW-16188) Fix excess "Handling string data with embedded nuls" warning in tests

Edward Visel created ARROW-16188:
------------------------------------

             Summary: Fix excess "Handling string data with embedded nuls" warning in tests
                 Key: ARROW-16188
                 URL: https://issues.apache.org/jira/browse/ARROW-16188
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
            Reporter: Edward Visel


The R tests raise a warning
{code:java}
══ Warnings ════════════════════════════════════════════════════════════════════════════════════════════════
1. Handling string data with embedded nuls (test-RecordBatch.R:547:3) - Stripping '\0' (nul) from character vector{code}
That test is already has an expectation for the warning, so it is likely being raised repeatedly and the excess are not suppressed.

AC: Warning not arising in tests because it is handled in an appropriate manner



--
This message was sent by Atlassian Jira
(v8.20.1#820001)