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

[jira] [Created] (ARROW-13589) [C++] Reconcile ValidateArray and ValidateArrayFull

Antoine Pitrou created ARROW-13589:
--------------------------------------

             Summary: [C++] Reconcile ValidateArray and ValidateArrayFull
                 Key: ARROW-13589
                 URL: https://issues.apache.org/jira/browse/ARROW-13589
             Project: Apache Arrow
          Issue Type: Task
          Components: C++
            Reporter: Antoine Pitrou


Instead of having entirely separate implementations for these functions, it seems the expensive checks can simply be toggled using a boolean flag inside a common implementation (as is already done for {{Scalar::Validate}}). Whether or not this makes the code more readable / shorter / more maintainable must be evaluated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)