You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Bryan Cutler (Jira)" <ji...@apache.org> on 2019/11/15 05:52:00 UTC

[jira] [Created] (ARROW-7173) Add test to verify Map field names can be arbitrary

Bryan Cutler created ARROW-7173:
-----------------------------------

             Summary: Add test to verify Map field names can be arbitrary
                 Key: ARROW-7173
                 URL: https://issues.apache.org/jira/browse/ARROW-7173
             Project: Apache Arrow
          Issue Type: Test
          Components: Integration
            Reporter: Bryan Cutler


A Map has child fields and the format spec only recommends that they be named "entries", "key", and "value" but could be named anything. Currently, integration tests for Map arrays verify the exchanged schema is equal, so the child fields are always named the same. There should be tests that use different names to verify implementations can accept this.



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